CasperTheGhost
Programmer
I use the Common Dialogs through my .dll interface to Comdlg32.dll (I actually use PowerBuilder as my main GUI tool, hence the .dll). My problem lies when I use the OFN_MULTISELECT flag. Example: Choose at least two files for the Open Dialog and the FIRST chosen file becomes second in the OFN.lpstrFile string and so on. It comes out in reverse order of files chosen. What's up with that? It seems that the second chosen file would simply be concatenated at the end of the string, that way the order of the files chosen would be correct. Any help would be appreciated.....