![]() |
MDI flickings problem |
Post Reply
|
| Author | |
zhou_wz
Groupie
Joined: 11 December 2003 Status: Offline Points: 44 |
Post Options
Thanks(0)
Quote Reply
Topic: MDI flickings problemPosted: 26 January 2005 at 10:43pm |
|
Why one flicking and the other non-flicking? method 1.Overload WindowProc to deal WM_NCPAINT, such as in demo: CommandBarsDesigner LRESULT CChildFrame::WindowProc(UINT message, WPARAM wParam, LPARAM lParam) method 2.Modify mdichild initial size in PreCreateWindow, such as in demo: DrawCli BOOL CSplitFrame::PreCreateWindow(CREATESTRUCT& cs) if( !CMDIChildWnd::PreCreateWindow(cs) )
|
|
![]() |
|
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 |