Howdy! I assigned the OFN_ALLOWMULTISELECT flag when I created my Open file dialog, but I don't know how to get the selected filenames. Oh btw, I'm not using MFC. Anyway, if you can help me, please post a reply. Thanks!!
Howdy! I assigned the OFN_ALLOWMULTISELECT flag when I created my Open file dialog, but I don't know how to get the selected filenames. Oh btw, I'm not using MFC. Anyway, if you can help me, please post a reply. Thanks!!
The lpstrFile member of your OPENFILENAME struct points to a double-null-terminated list of the files. For example: c:\foo\bar.exe\0c:\foo\bleat.exe\0\0