I've a little problem :
i have a CFileDialog to allow the user to select one or more file on his hard disk. But when i select too much files in the dialog, the names of the files are corrupted and so invalid...
Has anybody ever heard of such problem and if yes how to solve it ?
thanks
Stephd
ps : the CFileDialog is created as follow :
CFileDialog * pDlg = new CFileDialog(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT | OFN_EXPLORER | OFN_FILEMUSTEXIST | OFN_PATHMUSTEXIST,"Images internet |*.jpg; *.jpeg; *.gif|Fichiers de sauvegarde image HTML (*.ihi) |*.ihi;|Tous les fichiers |*.*||"
;
i have a CFileDialog to allow the user to select one or more file on his hard disk. But when i select too much files in the dialog, the names of the files are corrupted and so invalid...
Has anybody ever heard of such problem and if yes how to solve it ?
thanks
Stephd
ps : the CFileDialog is created as follow :
CFileDialog * pDlg = new CFileDialog(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT | OFN_EXPLORER | OFN_FILEMUSTEXIST | OFN_PATHMUSTEXIST,"Images internet |*.jpg; *.jpeg; *.gif|Fichiers de sauvegarde image HTML (*.ihi) |*.ihi;|Tous les fichiers |*.*||"