How I add FormView in a CXTTabCtrl without border |
Post Reply |
Author | |
Andre.Rios
Newbie Joined: 12 July 2007 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 12 July 2007 at 11:09am |
Hello Everybody,
I have a little problem :
I'd like to add a formview in a CXTTabCtrl without the Frame border :
Second probs : i'd like the background with XP style as the same of the empty ctrl.
I add the tab with this code :
m_tabCtrl.AddView(_T("General"), RUNTIME_CLASS(MyFormView), NULL, NULL, 0, 0);
Somebody can help me with this case ?
Thx
André Rios
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
try remove border in OnInitialUpdate:
ModifyStyleEx(WS_EX_CLIENTERGE, 0);
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Andre.Rios
Newbie Joined: 12 July 2007 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Hi,
Thanks for the tip, but it not change anything, the border don't disapear...
André Rios
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Send sample to support@codejock.com.
|
|
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 |