Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Regarding Replacement of CXTDockWindow
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Regarding Replacement of CXTDockWindow

 Post Reply Post Reply
Author
Message
KumarCJ View Drop Down
Groupie
Groupie
Avatar

Joined: 02 April 2007
Location: India
Status: Offline
Points: 96
Post Options Post Options   Thanks (0) Thanks(0)   Quote KumarCJ Quote  Post ReplyReply Direct Link To This Post Topic: Regarding Replacement of CXTDockWindow
    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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.043 seconds.