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!

DriveListBox and DirListBox 1

Status
Not open for further replies.

Gianricus

Programmer
Apr 2, 2003
62
IT
Hi, i have this problem.
I use a component DriveListBox and DirListBox.
my app find a file in my network longer than 255 characters. But there isn't a problem;
With a DriveListBox and DirListBox i don't view a network's computer.
When I make to see with a similar component my network's computer???
Thanks
 
Search for activeX called : Directory Dialog 2
This dialog will allow you to select network drives.

It may not be what you are looking for, as it is a dialog and not a persistant control in your form.

Try it out any way, you would probaly want to keep it as it could replace the commondialog Open/Save dialogs

Graham
 
Or you could just use a CommonDialog Control that comes with VB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top