<?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 : Bar Height</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Bar Height]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 19:35:07 +0000</pubDate>
  <lastBuildDate>Mon, 30 Jun 2008 06:25: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=11253</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[Bar Height :  Hi, i need to change the height...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11253&amp;PID=37595&amp;title=bar-height#37595</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4278">luisinho</a><br /><strong>Subject:</strong> 11253<br /><strong>Posted:</strong> 30 June 2008 at 6:25am<br /><br />Hi, <br><br>i need to change the height of a TabToolBar, i did not a property to set the height, it change the height automatically  when i put an object in the container.<br><br>Sample<br><br><br>Private Sub Form_Load()<br>Dim TabTool As TabToolBar<br>Dim Tab1 As TabControlItem<br>Dim Tab2 As TabControlItem<br>Dim CtrlCustom As CommandBarControlCustom<br><br>CB.DeleteAll 'its the commandbars control<br><br>Set TabTool = CB.AddTabToolBar("TABTOOL") 'i need a tab control<br><br>Set Tab1 = TabTool.InsertCategory(0, "tab 0") 'with some tabs<br>Set Tab2 = TabTool.InsertCategory(1, "tab 1")<br><br>Set CtrlCustom = TabTool.Controls.Add(xtpControlCustom, 0, "") 'i need to put an object inside each tab<br>CtrlCustom.Category = "tab 0"<br>CtrlCustom.Handle = Text1.hWnd<br><br>Set CtrlCustom = TabTool.Controls.Add(xtpControlCustom, 1, "") 'another time<br>CtrlCustom.Category = "tab 1"<br>CtrlCustom.Handle = Text2.hWnd<br><br>'height is automatically sets to the maximun height of the controls inside (text1.height)<br><br>TabTool.MinimumWidth = Form1.Width 'no more controls over the command bar, only a tab control<br>'i can not define the height of the command bar<br>TabTool.UpdateTabs<br><br>'after load the form, the user can resize the form and i need to resize the command bar as a percent of the form<br>'changing then height of the tab i can set the height of the objects inside (textboxes or something else)<br>End Sub<br><br>'Thanks<br>]]>
   </description>
   <pubDate>Mon, 30 Jun 2008 06:25:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11253&amp;PID=37595&amp;title=bar-height#37595</guid>
  </item> 
 </channel>
</rss>