Click to See Complete Forum and Search --> : CFileDialog and CPropertyPage


Andreas Jaehn
April 15th, 1999, 08:09 AM
I am using a dialog with a CPropertySheet and 4 CPropertyPages. In one of the PropertyPages i have a Button which
i want to use to show a CFileDialog box. The button works under NT4 but it doesn't work under Win 95/98.
While debugging the code i find out that the program doesn't return from the CFileDialog::DoModal().

Has anyone idea's whats wrong ?

Rob Woodruff
April 21st, 1999, 07:46 AM
You may have a mismatch of the common control dlls. Make sure that you have the same version on both NT and Win 95/98.