dwalker
Technical User
- Nov 29, 2002
- 34
I'd like to create a form that allows me to browse to a directory, select files from that directory (more than 1 file at a time) and then perform actions with those files. For example, I might select file names and then import their name and path into a table, or select a number of files and then delete them.
What I'm after is a form similar to the GetOpenFileName function in the comdlg32.dll (for those familiar with that) but I need my own controls on the form and the ability to multi-select.
What I'm after is a form similar to the GetOpenFileName function in the comdlg32.dll (for those familiar with that) but I need my own controls on the form and the ability to multi-select.