Hi all,

i m open CFileDialog to browse file,

in this manner " CFileDialog fileDlg(TRUE, NULL, NULL, OFN_PATHMUSTEXIST|OFN_FILEMUSTEXIST|OFN_OVERWRITEPROMPT,_T("Text Files|*.txt|Excel Files|*.xls;*.xlsx|"));
"

some time it works but some times it become not responding and crash on Windows server 2008.

please help me what can i do.

thanks for help in advance.