![]() |
Docking Pane goes under TabView !! |
Post Reply
|
| Author | |
mehran20
Newbie
Joined: 10 September 2005 Location: Iran Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Topic: Docking Pane goes under TabView !!Posted: 10 September 2005 at 11:40pm |
|
Hi, Well my situation is a little bit hard to explain, so I preferred to take a snap shot of it and you can get it from here: 2005-09-10_233221_printscreen.zip As you can see in the image, the TabView title bar and the view window inside of the tab are drawn above the view inside of the DockingPane. I have tried so many ways to fix it but I couldn't. All the view windows are children of the mainframe and I tried to bring up the view inside of the pane to the front by making it WS_EX_TOPMOST but it didn't work. And the picture you see in the image file is a live picture captured from my webcam through DirectShow facilities. It suppose to be in the tab view below the docking pane. I know these information are not enough for you to help me, but please don't let me down I really need it. Thanks. Mehran Ziadloo |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 11 September 2005 at 3:32am |
|
Try to add clipping styles: BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs) if( !CFrameWnd::PreCreateWindow(cs) ) cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS; return TRUE; |
|
|
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 |