> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Phil Daley > Sent: Tuesday, October 05, 2004 1:48 PM > To: [EMAIL PROTECTED] > Subject: Re: [msvc] CFileDialog > > > At 10/5/2004 01:31 PM, Palmer, Jean L. wrote: > > >VC++ 6.0 > > > >I have a CFileDialog that is displayed with a DoModal() > call. Since it is a > >modal window, the application waits on it to be dismissed > before allowing > >user input in other windows. > >Unfortunately, the dialog window is not coming up as the > topmost window. It > >is hidden under other windows, so the application seems to > hang... it's > >waiting for user input in a window that isn't visible. > > Sounds like Win2K. Sometimes, in Win2K dialogs did not show > up on top. > > This was fixed in WinXP. > > Phil Daley < AutoDesk > > http://www.conknet.com/~p_daley
This is happening on WinNT. The modal dialog is showing up below Visual Studio windows, and below the modeless dialog window for a different thread. _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
