
Q: File Open Dialogbox allow multiple file selection
Quote:
>Hi,
>Could I use CFileDialog to create a FileOpen dialog box which allow me to
>select multiple files?
>Thanks in advance.
>Jian Dai
Yes, set the flags to include OFN_ALLOWMULTISELECT. You need to also set the
lpstrFile member of the m_ofn member of the CFileDialog to point to a buffer
you have created for the returned filenames, according to the help (although
this is news to me).
Does this help?
_ _
o o Jason Teagle
<
Please ONLY respond via e-mail if you want to catch my attention - I don't
necessarily look at the newsgroups all the time.