[WIN] select multiple items in getOpenFileName dialog?
- Posted by Dan Moyer <DANIELMOYER at prodigy.net> Apr 15, 2002
- 392 views
Is there some way I can make a getOpenFileName dialog allow/return multiple selections? I found "OFN_ALLOWMULTISELECT", but it's a flag that I think is supposed to be set when the dialog is called & I don't know if it can be used in a "sendmessage" (or how). I looked in Win32Lib and found where it can set flags for that dialog, but it only sets one specific one, (not this one), from some psuedo-flag(?) sent in the filters parameter. (In other words, there doesn't appear to be a parameter available in the Win32Lib wrap for sending user selected flags, you can just choose to cause a flag that is pre-set in the routine to be sent or not sent, by putting the term "DIALOG FLAGS" in the filters parameter.) Dan Moyer