PDA

View Full Version : Application Help



The King
01-22-2004, 11:28 PM
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?

shn
01-29-2004, 10:46 AM
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 your just trying to use the standard controls in vb then I would recommend using a DirListBox or a FileListBox.

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. :)