I am making an app in VB 6. I am stuck on this one little thing. how can i make a directory box show all files?
Printable View
I am making an app in VB 6. I am stuck on this one little thing. how can i make a directory box show all files?
If your just trying to use the standard controls in vb then I would recommend using a DirListBox or a FileListBox.Quote:
Originally posted by The King@22 January 2004 - 17:28
I am making an app in VB 6. I am stuck on this one little thing. how can i make a directory box show all files?
If you need to do it with just a listbox then do the same above, but use a loop to add the contents of the filelist into the listbox. :)