<?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 : switching to another tab</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : switching to another tab]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 19:32:48 +0000</pubDate>
  <lastBuildDate>Fri, 23 Jan 2009 07:47:20 +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=13147</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[switching to another tab : Please try this  RibbonBar.Tab(0).Selected...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13147&amp;PID=44835&amp;title=switching-to-another-tab#44835</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4903">Jaison</a><br /><strong>Subject:</strong> 13147<br /><strong>Posted:</strong> 23 January 2009 at 7:47am<br /><br /><DIV>Please try this</DIV><DIV>&nbsp;</DIV><DIV>RibbonBar.Tab(0).Selected = True</DIV>]]>
   </description>
   <pubDate>Fri, 23 Jan 2009 07:47:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13147&amp;PID=44835&amp;title=switching-to-another-tab#44835</guid>
  </item> 
  <item>
   <title><![CDATA[switching to another tab : for now I solved this on this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13147&amp;PID=44751&amp;title=switching-to-another-tab#44751</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4233">Marino</a><br /><strong>Subject:</strong> 13147<br /><strong>Posted:</strong> 21 January 2009 at 6:48am<br /><br />for now I solved this on this way: first I show the second, hidden tab and after that hide the first tab which is shown. On that way I have only second tab on screen, in which I have button "apply" which after doing some code, revert again first tab to be shown and hide second ... <br><br>but is there a way just to select the second tab or put some focus on that tab (I want to show the second tab and automatically put the focus on him)]]>
   </description>
   <pubDate>Wed, 21 Jan 2009 06:48:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13147&amp;PID=44751&amp;title=switching-to-another-tab#44751</guid>
  </item> 
  <item>
   <title><![CDATA[switching to another tab : Thank you, Chris ... I&amp;#039;ll...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13147&amp;PID=44492&amp;title=switching-to-another-tab#44492</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4233">Marino</a><br /><strong>Subject:</strong> 13147<br /><strong>Posted:</strong> 13 January 2009 at 3:40am<br /><br />Thank you, Chris ... I'll try :-)]]>
   </description>
   <pubDate>Tue, 13 Jan 2009 03:40:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13147&amp;PID=44492&amp;title=switching-to-another-tab#44492</guid>
  </item> 
  <item>
   <title><![CDATA[switching to another tab : When you click the button, your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13147&amp;PID=44481&amp;title=switching-to-another-tab#44481</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 13147<br /><strong>Posted:</strong> 12 January 2009 at 2:18pm<br /><br />When you click the button, your code just needs to be:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RibbonBar.Tab(1).Visible = True<br><br>(and maybe also&nbsp;&nbsp;&nbsp;&nbsp; RibbonBar.Tab(0).Visible = False<br>&nbsp;&nbsp;&nbsp; if you want to hide first Tab when 2nd Tab is shown).<br><br>You can also create and delete RibbonTabs in code as you need them during your program.<br>]]>
   </description>
   <pubDate>Mon, 12 Jan 2009 14:18:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13147&amp;PID=44481&amp;title=switching-to-another-tab#44481</guid>
  </item> 
  <item>
   <title><![CDATA[switching to another tab :   Hi,I have ribbon bar with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13147&amp;PID=44473&amp;title=switching-to-another-tab#44473</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4233">Marino</a><br /><strong>Subject:</strong> 13147<br /><strong>Posted:</strong> 12 January 2009 at 9:30am<br /><br />Hi,<br><br>I have ribbon bar with 2 tabs, the second is hidden and have checkbox controls. On the first tab I have few button controls ... I want to set that on click on a button the second tab is shown and automaticly switched on it ... does exist any event or something how to switch and open tabs from code?<br><br>Thanks,<br><br>Marino<br>]]>
   </description>
   <pubDate>Mon, 12 Jan 2009 09:30:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13147&amp;PID=44473&amp;title=switching-to-another-tab#44473</guid>
  </item> 
 </channel>
</rss>