Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File Open Dialog - does not open (sometimes!) in Win98

Status
Not open for further replies.

gazzeruk

Programmer
Joined
Aug 19, 2003
Messages
21
Location
GB
Hi,

This is not because of any wrong dll's (I think!).

I have a VC++ app that works fine with common controls on NT and XP.

On 98 & ME the File Open Dialog does not open. However a small test program - written in the same vc7 environment DOES open the File Open dialog.

What can I be doing wrong in my main app that I am not doing in my test.

Help would be greatly appreciated on this one...

Cheers,

Gary.
 
There is a different version of OpenFileDialog in Win95/98/NT4. Use OPENFILENAME_NT4 instead of OPENFILENAME, or set _WIN32_WINNT to 0x0400 when you compile for these old platforms.

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top