<?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 : TabToolBar Execute Event</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : TabToolBar Execute Event]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 08:42:46 +0000</pubDate>
  <lastBuildDate>Fri, 09 May 2008 13:52:03 +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=10569</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[TabToolBar Execute Event : Hi,  Replace:  Private tbBar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35042&amp;title=tabtoolbar-execute-event#35042</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10569<br /><strong>Posted:</strong> 09 May 2008 at 1:52pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Replace:</DIV><DIV>&nbsp;</DIV><DIV>Private tbBar As XtremeCommandBars.TabToolBar</DIV><DIV>&nbsp;</DIV><DIV>with</DIV><DIV><BR>Private WithEvents tbBar As XtremeCommandBars.TabToolBar</DIV><DIV>&nbsp;</DIV><DIV>Now you have the SelectionChanged and BeforeItemClick&nbsp;event</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>If you click on a <strong>TAB</strong> the <strong>tbBar_SelectedChanged</strong> event will fire.</DIV><DIV>&nbsp;</DIV><DIV>If you click on a <strong>toolbar item </strong>the <strong>comBar01_Execute</strong> event will fire</DIV><DIV>&nbsp;</DIV><DIV><BR>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 09 May 2008 13:52:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35042&amp;title=tabtoolbar-execute-event#35042</guid>
  </item> 
  <item>
   <title><![CDATA[TabToolBar Execute Event : uploads/20080509_094232_CodeJock.zip    Ok...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35033&amp;title=tabtoolbar-execute-event#35033</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 10569<br /><strong>Posted:</strong> 09 May 2008 at 9:44am<br /><br /><a href="https://forum.codejock.com/uploads/20080509_094232_CodeJock.zip" target="_blank">uploads/20080509_094232_CodeJock.zip</A><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>Ok I upload a VB6 sample. In the Execute Event i postet da MsgBox command. If you click onto a Tab, the is no execute event!</DIV><DIV>&nbsp;</DIV><DIV>The is also no <strong>SelectedChanged </strong>event, whre i place any code :-/</DIV>]]>
   </description>
   <pubDate>Fri, 09 May 2008 09:44:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35033&amp;title=tabtoolbar-execute-event#35033</guid>
  </item> 
  <item>
   <title><![CDATA[TabToolBar Execute Event : Hi,  The tab has no ID and the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35028&amp;title=tabtoolbar-execute-event#35028</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10569<br /><strong>Posted:</strong> 09 May 2008 at 9:04am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>The tab has no ID and the <strong>selected items will fire</strong> <strong>Execute event of commandbars</strong>, just the same as a menu item or toolbar item</DIV><DIV>&nbsp;</DIV><DIV>Private Sub CommandBars_Execute(ByVal Control As XtremeCommandBars.ICommandBarControl)</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Select case Control.ID</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case ID_whatever</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...........</DIV><DIV>&nbsp;&nbsp; </DIV><DIV>End Sub</DIV><DIV>&nbsp;</DIV><DIV>The tabtoolbar has only 2 events:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub TbBar_BeforeItemClick(ByVal Item As XtremeCommandBars.ITabControlItem, Cancel As Variant)</DIV><DIV>End Sub</DIV><DIV><strong>Private Sub TbBar_SelectedChanged(ByVal Item As XtremeCommandBars.ITabControlItem)</strong></DIV><DIV><strong>End Sub<BR></strong></DIV><DIV>and Oleg ment the last one.</DIV>]]>
   </description>
   <pubDate>Fri, 09 May 2008 09:04:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35028&amp;title=tabtoolbar-execute-event#35028</guid>
  </item> 
  <item>
   <title><![CDATA[TabToolBar Execute Event : I would be glad, if the TabedCommandBar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35026&amp;title=tabtoolbar-execute-event#35026</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 10569<br /><strong>Posted:</strong> 09 May 2008 at 8:43am<br /><br /><P>I would be glad, if the TabedCommandBar would fire a execute event. But you see, tah oleg wrotes that there is an separate event. This ist ok, but I'm m not able to find out how to use it?</P>]]>
   </description>
   <pubDate>Fri, 09 May 2008 08:43:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35026&amp;title=tabtoolbar-execute-event#35026</guid>
  </item> 
  <item>
   <title><![CDATA[TabToolBar Execute Event : Hi,   Depends of what you want....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35025&amp;title=tabtoolbar-execute-event#35025</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10569<br /><strong>Posted:</strong> 09 May 2008 at 8:20am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>Depends of what you want. You want the ID of the selected item or Tab?</DIV><DIV>&nbsp;</DIV><DIV>I guess (I never used this before) <img src="http://forum.codejock.com/smileys/smiley9.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>The tab has no ID and the selected items will fire Execute event of commandbars, just the same as a menu item or toolbar item</DIV>]]>
   </description>
   <pubDate>Fri, 09 May 2008 08:20:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35025&amp;title=tabtoolbar-execute-event#35025</guid>
  </item> 
  <item>
   <title><![CDATA[TabToolBar Execute Event : I set Private WithEvents TbBar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35024&amp;title=tabtoolbar-execute-event#35024</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 10569<br /><strong>Posted:</strong> 09 May 2008 at 7:30am<br /><br />I set Private WithEvents TbBar As XtremeCommandBars.TabToolBar and have the event now. Bit waht ist the next step?<BR>]]>
   </description>
   <pubDate>Fri, 09 May 2008 07:30:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35024&amp;title=tabtoolbar-execute-event#35024</guid>
  </item> 
  <item>
   <title><![CDATA[TabToolBar Execute Event : Thank you, in the onlinehelp I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35015&amp;title=tabtoolbar-execute-event#35015</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 10569<br /><strong>Posted:</strong> 09 May 2008 at 5:06am<br /><br />Thank you, in the onlinehelp I can read this, but in my VB6 enviroment there is no such event? Only the Execute event is shown.]]>
   </description>
   <pubDate>Fri, 09 May 2008 05:06:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35015&amp;title=tabtoolbar-execute-event#35015</guid>
  </item> 
  <item>
   <title><![CDATA[TabToolBar Execute Event : Hi,  TabToolBar has own SelectedChanged...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35007&amp;title=tabtoolbar-execute-event#35007</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10569<br /><strong>Posted:</strong> 09 May 2008 at 4:47am<br /><br />Hi, <DIV>TabToolBar has own SelectedChanged event.</DIV>]]>
   </description>
   <pubDate>Fri, 09 May 2008 04:47:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35007&amp;title=tabtoolbar-execute-event#35007</guid>
  </item> 
  <item>
   <title><![CDATA[TabToolBar Execute Event : How can I find out witch Control.id...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35003&amp;title=tabtoolbar-execute-event#35003</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 10569<br /><strong>Posted:</strong> 09 May 2008 at 3:36am<br /><br />How can I find out witch Control.id a TabControlItem sends, if a user clicks on it? A RibbonBar has the XTP_ID_RIBBONCONTROLTAB flag. ]]>
   </description>
   <pubDate>Fri, 09 May 2008 03:36:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10569&amp;PID=35003&amp;title=tabtoolbar-execute-event#35003</guid>
  </item> 
 </channel>
</rss>