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
Printable View
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
This :wave:
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.