CXTPFrameWnd helpme |
Post Reply |
Author | |
alex08
Newbie Joined: 26 February 2008 Location: United Kingdom Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 26 September 2008 at 11:05am |
Please,help me.
1)I create main wnd based on CXTPFrameWnd, for example class wndFirst: public CXTPFrameWnd 2) in this class i created & showed new dialog (class dia:public CDialog) -> dia->Create(..); dia->ShowWindow(SW_SHOW); 3) set TOPMOST parameter for "dia" I want that: when i minimized wnd, "dia" - not minimized! Problem: i hook message OnSize() & SC_MINIMIZE BUT dia again minimizes What the problem? Help how to do. PS: Еhanks for all |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
just don't set wnd as parent class for dia.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |