CXTTabCtrl - adding tabs |
Post Reply |
Author | |
Benit
Newbie Joined: 14 March 2011 Location: India Status: Offline Points: 8 |
Post Options
Thanks(0)
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 |
|
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 |