Click to See Complete Forum and Search --> : Browse For Folder Dialog


Acid Burn
October 17th, 2001, 11:19 AM
Hi,

I want to use the standard "Browse For Folder" dialog. How can I do that in C# ?

Thanks in advance
AcidBurn

eplummer
October 23rd, 2001, 06:10 PM
This could be way off (I haven't tried it!), but maybe the FolderNameEditor.FolderBrowser class?

Eric Plummer

shaikh_intekhab
January 7th, 2002, 08:12 PM
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.

Innocent
January 8th, 2002, 03:18 AM
Use the component 'BrowseFolderDialog'. It's in .NET component library.

tmonte
February 27th, 2002, 03:56 PM
Check out the class at http://www.allapi.net/classlib/class.php?id=17

gesutton
January 21st, 2003, 08:22 PM
Here is the answer from Microsoft. I just tried it and it works fine:

http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b306285

pareshgh
February 17th, 2003, 05:59 PM
OpenDialog is for the same purpose.

Paresh