![]() |
CXTPTabControl & CXTPTabClientWnd |
Post Reply
|
| Author | |
JackyChen
Newbie
Joined: 31 October 2005 Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: CXTPTabControl & CXTPTabClientWndPosted: 31 October 2005 at 9:54am |
|
Hi, I am a new user. I find Xtreme Toolkit pro is a wouderful library for developers. But I need more guidence beyond the help file. My application is a SDI with Tabbed appearance. And I want to add a docking pane together with a formview into a certain tab page. Also I want to add html view to other tab page. I looked in the TabbedView and GUI_VisualStudio7 sample. I am wandering which class is fit for my application. And is it possible to add a framewnd into a tab page? Please help me. Thanks, |
|
|
Jacky
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 04 November 2005 at 12:17am |
|
It is possible.. why not.. Create new Frame and add it as tab.
CCreateContext contextT; contextT.m_pNewViewClass = pViewClass; CFrameWnd* pFrame = new CFrameWnd; pFrame->Create(NULL, NULL, WS_CHILD | WS_CLIPCHILDREN | WS_CLIPSIBLINGS, pFrame->ModifyStyleEx(WS_EX_CLIENTEDGE, 0); |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |