Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DirListBox & DriveListBox for VB.NET ??? 1

Status
Not open for further replies.

VisualGuy

Programmer
May 27, 2003
162
US
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 ....

Many options.
Post again for further help.
:)
 
Thanks TipGiver...There wasn't much out there on using these dialogues, but it's working now.
 
or download the powertools for vb.net from ms they contain a free dirlistbox and drivelistbox.

Christiaan Baes
Belgium

I just like this --> [Wiggle] [Wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top