Click here to Skip to main content
16,019,873 members

Comments by sanx84 (Top 3 by date)

sanx84 15-Jun-16 7:52am View    
Thanks a lot. Casting have solved the issue.
sanx84 13-Mar-12 5:46am View    
it is working fine with win. 7 but with XP the problem is...it just shows what fits to the width of dropdown box.
sanx84 13-Mar-12 1:48am View    
no double pipe is there at the end.
the actual code is
CFileDialog oFileDlg(TRUE, NULL, NULL, OFN_EXPLORER | OFN_ALLOWMULTISELECT , __T("Media Files (*.mgf;*.bmp;*.jpg;*.gif;*.tga;*.png;*.mif;*.tif;*.wbmp;*.tiff;*.bmi;*.paj;*.mat;*.jpeg;*.asf;*.avi;*.dat;*.divx;*.flv;*.m1v;*.m2v;*.m2p;*.m2t;*.m2ts;*.m4v;*.mkv;*.mov;*.mp1;*.mp2;*.mp4;*.mpeg;*.mpg;*.mpv;*.mts;*.mxf;*.swf;*.vob;*.wmv)|*.mgf; *.bmp; *.jpg; *.gif; *.tga; *.png;*.wbmp;*.tiff;*.bmi;*.paj;*.mat;*.jpeg;*.asf;*.avi;*.dat;*.divx;*.flv;*.m1v;*.m2v;*.m2p;*.m2t;*.m2ts;*.m4v;*.mkv;*.mov;*.mp1;*.mp2;*.mp4;*.mpeg;*.mpg;*.mpv;*.mts;*.mxf;*.swf;*.vob;*.wmv|Bitmap Files (*.bmp;*.jpg;*.gif;*.png)|*.bmp; *.jpg; *.gif; *.png|Monarch Graphic File (*.mgf)|*.mgf|TrueVision Targa (*.tga)|*.tga|AVI Files (*.avi)|*.avi|MPEG Files (*.m2v; *.mpg; *.mpeg;*.mp4;*.m2p;*.vob;*.dat; *.wmv;*.mov;*.mp1;*m4v)|*.m2v; *.mpg; *.mpeg; *.mp4;*.m2p;*.vob;*.dat; *.wmv;*.mov;*.mp1;*.m4v||"), NULL);