opendirectory dialog box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any opendirectory dialog box similar to the open file dialog box?

My requirement is to allow the user to select a destination folder.

How can I acheive this in .net?
 
Hi Reiks,

In VB.net 2003 there is the FolderBrowserDialog

Herfried K Wagner is warning everybody after this message that it has a real
"bad" bug.

The bug is that if you have filepaths longer than 128characters there can be
unpredictable results in your program.

I hope this helps,

Cor
 
Back
Top