Just wondering how and if you can pre-select multiple files as the dialog opens? Do you place a list of them in the Initial Filename area, as I've tried this already the answer seems to be, No.
Am I missing something?
Basically I'd like a user to be able to select multiple files, I then do some checking of the filenames and if one of these checks comes back false, I want to reload this dialog with the files that the user had previously selected.
Instead of doing this, wouldnt be better to store filenames that passes the checks first time and just add new selected files on second CFileDialog after passing your checks ?
Of course, you also need to check for duplicates.