a problem about Docking pane |
Post Reply |
Author | |
deepstar
Newbie Joined: 28 March 2008 Location: China Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 25 April 2008 at 11:12am |
I have implemented one MDI application.and placing a cell.ocx in the CFormView
when two or more panes turn and turn about be fully shown from the auto-hide position. the problem is following picture: thanks,deepstar
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, Add Clip Styles for your frame and view.
BOOL Cxx::PreCreateWindow(CREATESTRUCT& cs)
{ // TODO: Modify the Window class or styles here by modifying // the CREATESTRUCT cs if( !Cxxx::PreCreateWindow(cs) )
return FALSE; cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;
return TRUE;
} |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
deepstar
Newbie Joined: 28 March 2008 Location: China Status: Offline Points: 7 |
Post Options
Thanks(0)
|
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 |