Print Page | Close Window

Empty Tabbed Toolbar

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=7395
Printed Date: 18 June 2025 at 3:20pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Empty Tabbed Toolbar
Posted By: sharath
Subject: Empty Tabbed Toolbar
Date 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



Replies:
Posted By: sharath
Date Posted: 19 June 2007 at 8:18am
any suggestions please


Posted By: Oleg
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net