CFileDialog dlg( TRUE, NULL, NULL, OFN_ALLOWMULTISELECT, NULL, NULL ); DWORD MAXFILE = ; //2562 is the max TCHAR* pc = ) + ]; pc[] = pc[] = ; dlg.m_ofn.nMaxFile = MAXFILE; dlg.m_ofn.lpstrFile = pc; int iReturn = dlg.DoModal(); if(iReturn == IDOK){ vF…