Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Empty Tabbed Toolbar
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Empty Tabbed Toolbar

 Post Reply Post Reply
Author
Message
sharath View Drop Down
Newbie
Newbie


Joined: 21 April 2007
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote sharath Quote  Post ReplyReply Direct Link To This Post Topic: Empty Tabbed Toolbar
    Posted: 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
Back to Top
sharath View Drop Down
Newbie
Newbie


Joined: 21 April 2007
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote sharath Quote  Post ReplyReply Direct Link To This Post Posted: 19 June 2007 at 8:18am
any suggestions please
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
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.063 seconds.