Results 1 to 2 of 2

Thread: Application Help

  1. #1
    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?

  2. Software & Hardware   -   #2
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •