<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Adding Control / Button to existing Tabbed Toolbar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Adding Control / Button to existing Tabbed Toolbar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 07:21:39 +0000</pubDate>
  <lastBuildDate>Wed, 28 Feb 2007 05:40:39 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=6390</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Adding Control / Button to existing Tabbed Toolbar : Hello can you pls suggest on this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6390&amp;PID=20808&amp;title=adding-control-button-to-existing-tabbed-toolbar#20808</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 6390<br /><strong>Posted:</strong> 28 February 2007 at 5:40am<br /><br />Hello can you pls suggest on this issue#12662<DIV></DIV><DIV></DIV>thanks]]>
   </description>
   <pubDate>Wed, 28 Feb 2007 05:40:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6390&amp;PID=20808&amp;title=adding-control-button-to-existing-tabbed-toolbar#20808</guid>
  </item> 
  <item>
   <title><![CDATA[Adding Control / Button to existing Tabbed Toolbar : Hello  Attached sample to issue...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6390&amp;PID=20451&amp;title=adding-control-button-to-existing-tabbed-toolbar#20451</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 6390<br /><strong>Posted:</strong> 15 February 2007 at 1:48am<br /><br />Hello<DIV>&nbsp;</DIV><DIV>Attached sample to issue 12487</DIV><DIV>&nbsp;</DIV><DIV>Pls suggest on it..</DIV>]]>
   </description>
   <pubDate>Thu, 15 Feb 2007 01:48:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6390&amp;PID=20451&amp;title=adding-control-button-to-existing-tabbed-toolbar#20451</guid>
  </item> 
  <item>
   <title><![CDATA[Adding Control / Button to existing Tabbed Toolbar : Hi, Check code of XTPTabToolBar::InsertCategory...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6390&amp;PID=20375&amp;title=adding-control-button-to-existing-tabbed-toolbar#20375</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6390<br /><strong>Posted:</strong> 13 February 2007 at 9:29am<br /><br />Hi,<DIV>Check code of XTPTabToolBar::InsertCategory to understand how it works.</DIV><DIV>&nbsp;</DIV><DIV>You can send WM_XTP_BEFORECREATECONTROL if you wish:</DIV><DIV>&nbsp;</DIV><DIV>XTP_COMMANDBARS_CREATECONTROL cs;</DIV><DIV>...</DIV><DIV>...</DIV><DIV>if (SendMessage(WM_XTP_BEFORECREATECONTROL, 0, (LPARAM)&amp;cs) != 0)<BR>&nbsp;&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pControl = cs.pControl;<BR>&nbsp;&nbsp;&nbsp;&nbsp;}<BR></DIV>]]>
   </description>
   <pubDate>Tue, 13 Feb 2007 09:29:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6390&amp;PID=20375&amp;title=adding-control-button-to-existing-tabbed-toolbar#20375</guid>
  </item> 
  <item>
   <title><![CDATA[Adding Control / Button to existing Tabbed Toolbar : Hello  By creating control in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6390&amp;PID=20368&amp;title=adding-control-button-to-existing-tabbed-toolbar#20368</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 6390<br /><strong>Posted:</strong> 13 February 2007 at 9:05am<br /><br />Hello<DIV>&nbsp;</DIV><DIV>By creating control in this way will not call OnCreateControl, wereas we need to go through OnCreateControl path.</DIV>]]>
   </description>
   <pubDate>Tue, 13 Feb 2007 09:05:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6390&amp;PID=20368&amp;title=adding-control-button-to-existing-tabbed-toolbar#20368</guid>
  </item> 
  <item>
   <title><![CDATA[Adding Control / Button to existing Tabbed Toolbar :   oleg wrote:Hi,   Add butt...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6390&amp;PID=20365&amp;title=adding-control-button-to-existing-tabbed-toolbar#20365</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 6390<br /><strong>Posted:</strong> 13 February 2007 at 8:14am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br />Hi, <DIV>&nbsp;</DIV><DIV>Add button:</DIV><DIV>m_pToolBar-&gt;GetControls()-&gt;Add(..);</DIV><DIV>assign Category:</DIV><DIV>pControl-&gt;SetCategory("...");</DIV><DIV>and upadte tabs:</DIV><DIV>pToolBar-&gt;UpdateTabs();</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Hello </DIV><DIV>&nbsp;</DIV><DIV>Here the Tab is already created and populated with Buttons on it. </DIV><DIV>&nbsp;</DIV><DIV>So by calling m_pToolBar-&gt;GetControls()-&gt;Add(<FONT size=2>xtpControlButton);</FONT></DIV><DIV><FONT size=2>would add a control to that particular tab in the Tabbed Toolbar but how to get handle to the control so as to say pControl-&gt;SetCategory?</FONT></DIV>]]>
   </description>
   <pubDate>Tue, 13 Feb 2007 08:14:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6390&amp;PID=20365&amp;title=adding-control-button-to-existing-tabbed-toolbar#20365</guid>
  </item> 
  <item>
   <title><![CDATA[Adding Control / Button to existing Tabbed Toolbar : Hi,  Add button: m_pToolBar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6390&amp;PID=20354&amp;title=adding-control-button-to-existing-tabbed-toolbar#20354</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6390<br /><strong>Posted:</strong> 13 February 2007 at 7:44am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Add button:</DIV><DIV>m_pToolBar-&gt;GetControls()-&gt;Add(..);</DIV><DIV>assign Category:</DIV><DIV>pControl-&gt;SetCategory("...");</DIV><DIV>and upadte tabs:</DIV><DIV>pToolBar-&gt;UpdateTabs();</DIV>]]>
   </description>
   <pubDate>Tue, 13 Feb 2007 07:44:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6390&amp;PID=20354&amp;title=adding-control-button-to-existing-tabbed-toolbar#20354</guid>
  </item> 
  <item>
   <title><![CDATA[Adding Control / Button to existing Tabbed Toolbar : Any suggestions....... ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6390&amp;PID=20349&amp;title=adding-control-button-to-existing-tabbed-toolbar#20349</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 6390<br /><strong>Posted:</strong> 13 February 2007 at 7:12am<br /><br /><P>Any suggestions.......</P>]]>
   </description>
   <pubDate>Tue, 13 Feb 2007 07:12:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6390&amp;PID=20349&amp;title=adding-control-button-to-existing-tabbed-toolbar#20349</guid>
  </item> 
  <item>
   <title><![CDATA[Adding Control / Button to existing Tabbed Toolbar : Hello  How can we added a Control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6390&amp;PID=20337&amp;title=adding-control-button-to-existing-tabbed-toolbar#20337</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 6390<br /><strong>Posted:</strong> 13 February 2007 at 12:49am<br /><br />Hello<DIV>&nbsp;</DIV><DIV>How can we added a Control / Button to already existing Tabbed Toolbar.</DIV><DIV>&nbsp;</DIV><DIV>Here CXTPTabtoolbar m_pToolbar = <FONT size=2>(CXTPTabToolBar*)pCommandBars-&gt;Add(_T("FPD"), xtpBarFloating, RUNTIME_CLASS(CXTPTabToolBar));</FONT><FONT size=2></DIV><P>m_pToolBar-&gt;InsertCategory(0, _T("FPD"), StandardIcons, _countof(StandardIcons)); </P><DIV></DIV><DIV>would create a new tab and adds the controls to that particular tab.</DIV><DIV>&nbsp;</DIV><DIV>Now at situations I would like to add control / controls individually&nbsp;to the existing tab in the Tabbed Toolbar.</DIV><DIV>&nbsp;</DIV><DIV>thanks</FONT></DIV>]]>
   </description>
   <pubDate>Tue, 13 Feb 2007 00:49:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6390&amp;PID=20337&amp;title=adding-control-button-to-existing-tabbed-toolbar#20337</guid>
  </item> 
 </channel>
</rss>