..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.