-
Open Folder Dialog ?
Is there such a thing as an OpenFolderDialog in VB.NET? :confused:
I know there is an OpenFileDialog and a SaveFileDialog, but how do you get the user to select a folder? For example, say you wanted the user to select a folder where the app would save it's log files to. I can't seem to find any examples of people doing that.
-
I have used this component in a few projects and it has worked great.
http://www.codeproject.com/cs/miscct...derbrowser.asp
-
The next version of Visual Studio (VS 2003) due out April 24 in the US has a FolderDialog control.
-
Thanks guys. I'm actually going to be buying the update so i'll have VS.NET 2003 very shortly. I'll happily wait to implement this functionality.
-