Docking problem |
Post Reply |
Author | |
carr
Newbie Joined: 18 March 2009 Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 12 May 2009 at 12:18am |
hi , i use DockingPane.v12.1.1.ocx in VC++ WTL application.
the dockingpanes work with commandbars. it doesn't work well.
i find a solution here, http://www.codejock.com/support/articles/com/dockingpane/dp_3.asp
but, i use the activeX control in ATL/WTL C++ project,
as "DockingPaneManager.SetCommandBars Me.CommandBars", i find the counterpart in C++: "m_spDockingPanes->SetCommandBars(m_spCommandBars);"
i don't know how to "Send to Back", i fail to find any member function named SendToBack in _DCommandBars interface.
by the way , my project is MDI.
thanks.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
try to change order you create CommandBars and DockingPane.
|
|
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 |