EDN Admin
Well-known member
Code:
Hi all,
I have customize the File Open Dialog, which allows user to open multiple files using
Code:
OFN_ALLOWMULTISELECT flag
Code:
.
Now, the problem is when user select multiple folder, the dialog open any random folder from selected folder list.
As, I have checked with MS office excel and found that when user select multiple folders, it does not open
any folder at all, did nothing when user choose multiple folder.
I am also looking to implement the same above behavior, when user select multiple folder then do nothing. Can anyone tell me which flag or something which i need to do to get the above behavior.
Thanks in advance.
View the full article