A AVL Oct 22, 2003 #1 Just like the openfile dialog box or savefile dialog box, is there any way to select only the folder name?
Just like the openfile dialog box or savefile dialog box, is there any way to select only the folder name?
D Dmitriy Lapshin [C# / .NET MVP] Oct 22, 2003 #2 Hi, ..NET 1.1 has a native BrowseForFolderDialog (or whatever it is called) control similar to the OpenFileDialog. With .NET 1.0 you should use the Shell COM objects through COM interop (or just P/Invoke the SHBrowseForFolder API function).
Hi, ..NET 1.1 has a native BrowseForFolderDialog (or whatever it is called) control similar to the OpenFileDialog. With .NET 1.0 you should use the Shell COM objects through COM interop (or just P/Invoke the SHBrowseForFolder API function).