Print Page | Close Window

Regarding Replacement of CXTDockWindow

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=6916
Printed Date: 12 November 2025 at 3:51pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Regarding Replacement of CXTDockWindow
Posted By: KumarCJ
Subject: Regarding Replacement of CXTDockWindow
Date Posted: 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net