Results 1 to 3 of 3

Thread: [RESOLVED] Get files in a directory

  1. #1

    Thread Starter
    Addicted Member waelr's Avatar
    Join Date
    Nov 2004
    Posts
    168

    Resolved [RESOLVED] Get files in a directory

    Greetings
    Is there a way to get all the files in a directory by using the CommonDialog Control instead of using a DriveListBox, DirListBox and FileListBox
    Thank You

  2. #2
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Thumbs up Re: Get files in a directory


  3. #3
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: Get files in a directory

    Not sure if these are the latest versions of these files, but these replace entirely the need for Common Dialog OCX for file handling issues: file dialog allows you to select multiple files if you wish to do so and browse for folder dialog allows you to pick a folder, after which you can use Dir$ to look for all the files in the folder.
    Attached Files Attached Files

Posting Permissions

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



Click Here to Expand Forum to Full Width