Link to home
Start Free TrialLog in
Avatar of P1R
P1R

asked on

MFC70, CFileDialog and WinNT

I have an app made in VC++.NET and MFC. It works fine in WinXP and Win2000, but in Win9X and WinNT CFileDialogs does not show. According to information on msdn.microsoft.com CFileDialog is changed in MFC 7.0 to use the new File Open and Save dialog boxes in Win2000 and WinXP. Obviously these new dialog boxes does not work in older Windows versions, but why don't I get the old dialog boxes instead? Does anyone have a solution how to get this working also in Win9X and WinNT?
Avatar of SteveGTR
SteveGTR
Flag of United States of America image

How is the CFileDialog instance created? Are you using static or shared MFC DLL's?
ASKER CERTIFIED SOLUTION
Avatar of hoabeo
hoabeo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of P1R
P1R

ASKER

Great, thanks!

(Isn't it amazing that a zero in the right place so often makes all the difference:)