![]() |
Regarding Replacement of CXTDockWindow |
Post Reply
|
| Author | |
KumarCJ
Groupie
Joined: 02 April 2007 Location: India Status: Offline Points: 96 |
Post Options
Thanks(0)
Quote Reply
Topic: Regarding Replacement of CXTDockWindowPosted: 18 April 2007 at 8:18am |
|
Hi,
We are having MDI application with spliter window.
One pane of spliter window contain DesktopBar(Some thing like OutlookBar style in the left side of pane) and the another pane is the Client area, where we are displaying the diffrent views.
We had used the following code for our application which is using code jock version 4.2.
in .h
class CXYZDockBar : public CXTDockWindow
in .cpp
BOOL CXYZDockBar DockBar::Create(CWnd * pWnd, int nMaxIcons)
{
CXTDockWindow::Create(pWnd, AFX_IDW_ICON_BAR, _T(g_cmcviewbar), CSize(150, 150),
CBRS_LEFT, ~CBRS_XT_BUTTONS | CBRS_XT_GRIPPER | CBRS_XT_CLIENT_STATIC ) CXTDockWindow::EnableDocking(CBRS_ALIGN_LEFT|CBRS_ALIGN_RIGHT);
}
How I can replace the above mention code using Code jock 10.4.2.
Please help me out in this.
Thanks,
KumarCJ
|
|
![]() |
|
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 |