<?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 : Statusbar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Statusbar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 14:52:52 +0000</pubDate>
  <lastBuildDate>Tue, 30 Dec 2008 00:53: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=13037</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[Statusbar : Hi, See StatusBar::Pane property....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13037&amp;PID=44014&amp;title=statusbar#44014</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13037<br /><strong>Posted:</strong> 30 December 2008 at 12:53am<br /><br />Hi,<DIV>See StatusBar::Pane property.</DIV>]]>
   </description>
   <pubDate>Tue, 30 Dec 2008 00:53:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13037&amp;PID=44014&amp;title=statusbar#44014</guid>
  </item> 
  <item>
   <title><![CDATA[Statusbar : Hello,How can I be able to change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13037&amp;PID=44010&amp;title=statusbar#44010</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 13037<br /><strong>Posted:</strong> 29 December 2008 at 6:33pm<br /><br />Hello,<br>How can I be able to change statusbar caption in the run time. For instance, the first panel is "Ready..." but when the application is loading data, I want the "Ready..." to change "Loading data, Please wait..." then when the data is loaded, the caption will become again "Ready..."<br><br>Code:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim Pane As StatusBarPane<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set StatusBar = CommandBars.StatusBar<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; StatusBar.Visible = True<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Pane = StatusBar.AddPane(ID_BAR)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pane.Style = SBPS_STRETCH Or SBPS_NOBORDERS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pane.BeginGroup = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pane.Text = "Ready..."<br><br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; StatusBar.AddPane ID_INDICATOR_CAPS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; StatusBar.AddPane ID_INDICATOR_NUM<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; StatusBar.AddPane ID_INDICATOR_SCRL<br><br>]]>
   </description>
   <pubDate>Mon, 29 Dec 2008 18:33:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13037&amp;PID=44010&amp;title=statusbar#44010</guid>
  </item> 
 </channel>
</rss>