Hi,
I want to use the standard "Browse For Folder" dialog. How can I do that in C# ?
Thanks in advance
AcidBurn
Printable View
Hi,
I want to use the standard "Browse For Folder" dialog. How can I do that in C# ?
Thanks in advance
AcidBurn
This could be way off (I haven't tried it!), but maybe the FolderNameEditor.FolderBrowser class?
Eric Plummer
There is an activex control and a com dll which
gives the same functionality. Do you plan to use activex or com dll. I will look for the code for you in that case.
Use the component 'BrowseFolderDialog'. It's in .NET component library.
Check out the class at http://www.allapi.net/classlib/class.php?id=17
Here is the answer from Microsoft. I just tried it and it works fine:
http://support.microsoft.com/default...en-us%3b306285
OpenDialog is for the same purpose.
Paresh