Hi,
We Can set certain types of files to be shown in the File-Open window ( CFileDialog ) using the "lpszFilter" parameter, But can we set this filter toNOT show certain types of files. E.g. Say, All file extensions except "*.exe" should be shown in the file dialog.
How can this be achieved?