Docking Pane in CSplitterWnd |
Post Reply |
Author | |
IMCL_AJS
Newbie Joined: 11 October 2011 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 11 October 2011 at 6:32am |
I have an existing code that I don't want to disturb. It creates three splitter windows in CFrameWnd using CSplitterWnd. Now I want to take one splitter window and convert it into docking pane. I want to attach two dialog boxes to that docking pane . I tried following code:
CWnd* myWnd = m_SplitterWnd->GetPane(0,0); //get first window m_paneManager.InstallDockingPanes(myWnd); Then I added code to attach one dialog box to pane manager. But when I run it, I don't see the dialog box as docked window. Is there something missing that I need to do to view as docking pane. |
|
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 |