![]() |
Empty Tabbed Toolbar |
Post Reply
|
| Author | |
sharath
Newbie
Joined: 21 April 2007 Status: Offline Points: 10 |
Post Options
Thanks(0)
Quote Reply
Topic: Empty Tabbed ToolbarPosted: 18 June 2007 at 3:36am |
|
Hi,
I am using a tabbed toolbar in one of my applications. I want to create tab on the toolbar without any button/ icon on it. I will be adding button later based on few conditions. I tried m_pTabToolBar->InsertCategory(0, _T("File"), 0, 0); but this gives a error. Is there any other way by which I can add an empty tab to the toolbar. Thanks and regards Sharath B |
|
![]() |
|
sharath
Newbie
Joined: 21 April 2007 Status: Offline Points: 10 |
Post Options
Thanks(0)
Quote Reply
Posted: 19 June 2007 at 8:18am |
|
any suggestions please
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 19 June 2007 at 3:05pm |
|
Hi, call instead
m_pTabToolBar->InsertCategory(0, _T("File"), NULL. 0, FALSE);
didn't test but think will work.
|
|
|
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 |