Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Controls
  New Posts New Posts RSS Feed - CXTTabCtrl - adding tabs
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTTabCtrl - adding tabs

 Post Reply Post Reply
Author
Message
Benit View Drop Down
Newbie
Newbie
Avatar

Joined: 14 March 2011
Location: India
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote Benit Quote  Post ReplyReply Direct Link To This Post Topic: CXTTabCtrl - adding tabs
    Posted: 17 October 2012 at 6:58am
 I have a view of type CHTMLView, where i am trying to add tabs using 

m_LeadTabbedViewTabCtrl.Create(WS_CHILD|WS_VISIBLE|WS_CLIPCHILDREN|TCS_BOTTOM , CRect(0, 0, 0, 0), this, IDC_TABCONTROL); 
m_LeadTabbedViewTabCtrl.SetTheme( xtThemeOffice2003);
m_LeadTabbedViewTabCtrl.AddView("Status", RUNTIME_CLASS(CLeadStatusView), NULL,NULL,ID_PANE_STATUS,-1); 

But this is not adding tab control to my view.
But i am able to navigate any URL to this View 

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.109 seconds.