<?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 : Help with time in a statusbar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Help with time in a statusbar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 07:47:26 +0000</pubDate>
  <lastBuildDate>Wed, 28 Jun 2017 15:29:29 +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=23356</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[Help with time in a statusbar : In main form : 1) declare: Const...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23356&amp;PID=75908&amp;title=help-with-time-in-a-statusbar#75908</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 23356<br /><strong>Posted:</strong> 28 June 2017 at 3:29pm<br /><br />In <u>main form</u> : <br><br>1) declare: <font color="#0000FF" face="Courier New, Courier, mono">Const ID_INDICATOR_TIME = 10000</font><br><br>2) in Form_Load event&nbsp; create a StatusBarPane object:<br><br><font color="#0000FF" face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp; Dim Pane As StatusBarPane<br>&nbsp;&nbsp;&nbsp; Set Pane = StatusBar.AddPane(ID_INDICATOR_TIME)<br>&nbsp;&nbsp;&nbsp; Pane.Width = 50<br>&nbsp;&nbsp;&nbsp; Pane.Visible = True<br>&nbsp;&nbsp;&nbsp; Pane.BeginGroup = True<br>&nbsp;&nbsp;&nbsp; Pane.Style = SBPS_NOBORDERS<br>&nbsp;&nbsp;&nbsp; Pane.Text = Format$(Time, "HH:SS")</font><br><br>3) a Timer i.e. <b>Timer1</b> and set the <b>Interval = 10000</b><br><br>In Timer1_Timer() event:<br><font color="#0000FF"><br><font face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp; Private Sub Timer1_Timer()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim TimePane As StatusBarPane<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; Set TimePane = StatusBar.FindPane(ID_INDICATOR_TIME)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TimePane.Text = Format$(Time, "HH:SS")<br>&nbsp;&nbsp;&nbsp; End Sub</font></font><br><br>Run the project.<br><br>]]>
   </description>
   <pubDate>Wed, 28 Jun 2017 15:29:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23356&amp;PID=75908&amp;title=help-with-time-in-a-statusbar#75908</guid>
  </item> 
  <item>
   <title><![CDATA[Help with time in a statusbar : This post might help you out.h...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23356&amp;PID=75906&amp;title=help-with-time-in-a-statusbar#75906</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5507">rmcmanamy</a><br /><strong>Subject:</strong> 23356<br /><strong>Posted:</strong> 28 June 2017 at 10:03am<br /><br />This post might help you out.<div><br></div><div>http://forum.codejock.com/forum_posts.asp?TID=16405&amp;KW=statusbar+time&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar</div>]]>
   </description>
   <pubDate>Wed, 28 Jun 2017 10:03:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23356&amp;PID=75906&amp;title=help-with-time-in-a-statusbar#75906</guid>
  </item> 
  <item>
   <title><![CDATA[Help with time in a statusbar :  Hello and good I am new  with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23356&amp;PID=75860&amp;title=help-with-time-in-a-statusbar#75860</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9161">jordenes</a><br /><strong>Subject:</strong> 23356<br /><strong>Posted:</strong> 02 June 2017 at 12:34pm<br /><br /><span id="result_" =""="" lang="en"><span>Hello and good I am new with these OCX but I have a problem when I want to create a statusbars with the hour and that this is updated every 1 minute or better that is updated to the actuactual hroa, if you can help me I would be very grateful</span></span>]]>
   </description>
   <pubDate>Fri, 02 Jun 2017 12:34:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23356&amp;PID=75860&amp;title=help-with-time-in-a-statusbar#75860</guid>
  </item> 
 </channel>
</rss>