do nothing when user choose multiple folders

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
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.
<hr class="sig Neel

View the full article
 
Back
Top