There is no SelectFolderDialog
in .NET, but it is present in Visual Studio 2010
.
I was wondering if there is any external .net component similar to this form.
Here is the VS2010 dialog:
Note that I do not want to use FolderBrowserDialog
, and I need to get the specific interface described in SelectFolderDialog
source share