Is there any opendirectory dialog box?

  • Thread starter Thread starter AVL
  • Start date Start date
A

AVL

Just like the openfile dialog box or savefile dialog box,
is there any way to select only the folder name?
 
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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

opendirectory dialog box 1
opendirectory dialog box 2
OpenFolder dialog ??? 3
Scrapbook in Office 2008 1
Custom Common Dialog Assembly. 3
.net deployment 1
wpf version of OpenFileDialog 0
Google dialog box 1

Back
Top