<?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 : Docking CommandBar hides StatusBar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Docking CommandBar hides StatusBar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 02:37:14 +0000</pubDate>
  <lastBuildDate>Thu, 09 Feb 2006 11:44:47 +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=3625</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[Docking CommandBar hides StatusBar : Ah, that was it. I was initializing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3625&amp;PID=10909&amp;title=docking-commandbar-hides-statusbar#10909</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 3625<br /><strong>Posted:</strong> 09 February 2006 at 11:44am<br /><br /><P>Ah, that was it. I was initializing the StatusBar first. Once I followed your advice it worked fine.</P><P>&nbsp;</P><P>Thxs!</P>]]>
   </description>
   <pubDate>Thu, 09 Feb 2006 11:44:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3625&amp;PID=10909&amp;title=docking-commandbar-hides-statusbar#10909</guid>
  </item> 
  <item>
   <title><![CDATA[Docking CommandBar hides StatusBar : I&amp;#039;m not sure, it should be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3625&amp;PID=10900&amp;title=docking-commandbar-hides-statusbar#10900</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3625<br /><strong>Posted:</strong> 09 February 2006 at 7:19am<br /><br />I'm not sure, it should be automatic.&nbsp; I assume it is the order in which you add it.&nbsp; Be sure to add the StatusBar after all CommandBars have been created.&nbsp; Look at the StatusBar sample to see the proper order.&nbsp; You will see not additional code is needed to tell the CommandBars where the StatusBar is.]]>
   </description>
   <pubDate>Thu, 09 Feb 2006 07:19:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3625&amp;PID=10900&amp;title=docking-commandbar-hides-statusbar#10900</guid>
  </item> 
  <item>
   <title><![CDATA[Docking CommandBar hides StatusBar : I like the CodeJock StatusBar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3625&amp;PID=10887&amp;title=docking-commandbar-hides-statusbar#10887</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 3625<br /><strong>Posted:</strong> 08 February 2006 at 3:47pm<br /><br />I like the CodeJock StatusBar just fine --that is what I am using. Yet, the CommandBar docks right over the StatusBar hiding it from view.]]>
   </description>
   <pubDate>Wed, 08 Feb 2006 15:47:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3625&amp;PID=10887&amp;title=docking-commandbar-hides-statusbar#10887</guid>
  </item> 
  <item>
   <title><![CDATA[Docking CommandBar hides StatusBar : Why not use the Codejock StatusBar?If...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3625&amp;PID=10884&amp;title=docking-commandbar-hides-statusbar#10884</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3625<br /><strong>Posted:</strong> 08 February 2006 at 2:11pm<br /><br />Why not use the Codejock StatusBar?<br><br>If for some reason you don't like the Codejock StatusBar<img src="http://forum.codejock.com/smileys/smiley5.gif" border="0"><br><br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub CommandBars_GetClientBordersWidth(Left As Long, Top As Long, Right As Long, Bottom As Long)<br>&nbsp;&nbsp; If sbStatusBar.Visible Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bottom = sbStatusBar.Height<br>&nbsp;&nbsp;&nbsp; End If<br>End Sub<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Wed, 08 Feb 2006 14:11:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3625&amp;PID=10884&amp;title=docking-commandbar-hides-statusbar#10884</guid>
  </item> 
  <item>
   <title><![CDATA[Docking CommandBar hides StatusBar : I have a StatusBar docked along...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3625&amp;PID=10881&amp;title=docking-commandbar-hides-statusbar#10881</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 3625<br /><strong>Posted:</strong> 08 February 2006 at 11:44am<br /><br />I have a StatusBar docked along the bottom of my app. When I create a Toolbar and dock it along the bottom it hides the StatusBar. Should the Toolbar not "know" the presence of the StatusBar and dock just above it? If not, how does one keep from having the ToolBar <SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Verdana">obscure </SPAN>the StatusBar? I do not see a way to set a Top property of the Toolbar.]]>
   </description>
   <pubDate>Wed, 08 Feb 2006 11:44:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3625&amp;PID=10881&amp;title=docking-commandbar-hides-statusbar#10881</guid>
  </item> 
 </channel>
</rss>