Does the DirListBox & DriveListBox exist for VB.NET Framework 1.1? I can't seem to figure this out. I want a user to be able to select a drive and then a drive folder to which they can save a file, once selected. Any help would be appreciated.
Use the SaveFileDialog. It is in the toolbox, or create one from code like: Dim DlgSave as SaveFileDialog. Take a look at the existing Dialogs in the toolbox
Else to see the System.IO.DirectoryInfo, create an array to add the .GetFiles() and bound it to a listbox ....
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.