Trouble with Z-order
-
Hello friends, on the bottom (z-axis) i have a CView (Fullscreen), he create a CDialog (Fullscreen), and then he (the CView) create a CDialog (quarder-screen, bottom, y-axis). I would like to operate with the Fullscreen-dialog and the quarder-screen-dialog. I can operate with the fullscreen-dialog, but not with the quarder-screen-dialog. At the creation of the dialogs i use this: ASSERT(m_DlgPFkt3Zeile->SetWindowPos(NULL , a , b , c , d , SWP_HIDEWINDOW | SWP_NOACTIVATE | SWP_NOZORDER)); I have try all parameters of SetWindowPos, but with nothing parameter i can operate with the fullscreen-dialog and the quarder-screen-dialog. Why i don't can operate with the quarder-screen-dialog? Thank you for your help! PS: Sorry for my bad english.
-
Hello friends, on the bottom (z-axis) i have a CView (Fullscreen), he create a CDialog (Fullscreen), and then he (the CView) create a CDialog (quarder-screen, bottom, y-axis). I would like to operate with the Fullscreen-dialog and the quarder-screen-dialog. I can operate with the fullscreen-dialog, but not with the quarder-screen-dialog. At the creation of the dialogs i use this: ASSERT(m_DlgPFkt3Zeile->SetWindowPos(NULL , a , b , c , d , SWP_HIDEWINDOW | SWP_NOACTIVATE | SWP_NOZORDER)); I have try all parameters of SetWindowPos, but with nothing parameter i can operate with the fullscreen-dialog and the quarder-screen-dialog. Why i don't can operate with the quarder-screen-dialog? Thank you for your help! PS: Sorry for my bad english.
This doesn't solve your z-order problems, but you should replace ASSERT with VERIFY. Tomasz Sowinski -- http://www.shooltz.com
- It's for protection
- Protection from what? Zee Germans?