2 * Workaround from the MFC CFileDialog Multi Select bug
3 * Thanks to Jens Bohlmann (bohly@ki.comcity.de)
8 #define FILENAME_BUFFERSIZE 64000
10 class CMultiFileDialog
: public CFileDialog
14 CMultiFileDialog(BOOL bOpenFileDialog
, LPCTSTR lpszDefExt
, LPCTSTR lpszFileName
,
15 DWORD dwFlags
, LPCTSTR lpszFilter
, CWnd
* pParentWnd
);
19 CString m_strFileName
;