<?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 : SOLVED:How can i put current oclock in statusbar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : SOLVED:How can i put current oclock in statusbar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 11:38:18 +0000</pubDate>
  <lastBuildDate>Fri, 12 Mar 2010 05:37:51 +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=16405</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[SOLVED:How can i put current oclock in statusbar : you&amp;#039;re welcome  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57573&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57573</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1038">younicke</a><br /><strong>Subject:</strong> 16405<br /><strong>Posted:</strong> 12 March 2010 at 5:37am<br /><br />you're welcome]]>
   </description>
   <pubDate>Fri, 12 Mar 2010 05:37:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57573&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57573</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED:How can i put current oclock in statusbar : Dear Younicke your code is Ok...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57568&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57568</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5936">unforgiven</a><br /><strong>Subject:</strong> 16405<br /><strong>Posted:</strong> 12 March 2010 at 3:07am<br /><br />Dear Younicke<br />your code is Ok and work fine.<br />I appreciate for your reply<br />]]>
   </description>
   <pubDate>Fri, 12 Mar 2010 03:07:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57568&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57568</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED:How can i put current oclock in statusbar : Private Sub Form_Load() .... Dim...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57565&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57565</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1038">younicke</a><br /><strong>Subject:</strong> 16405<br /><strong>Posted:</strong> 11 March 2010 at 5:54pm<br /><br />Private Sub Form_Load()<br>&nbsp;&nbsp;&nbsp; ....<br><br>&nbsp;&nbsp;&nbsp; Dim Pane As StatusBarPane<br><br>&nbsp;&nbsp;&nbsp; Set Pane = CommandBars.StatusBar.AddPane(ID_INDICATOR_TIME)<br>&nbsp;&nbsp;&nbsp; Pane.Alignment = xtpAlignmentCenter<br>&nbsp;&nbsp;&nbsp; Pane.Text = DateTime.Time<br>&nbsp;&nbsp;&nbsp; Pane.Width = 0<br><br>&nbsp;&nbsp;&nbsp; ....<br>End Sub<br><br>Private Sub CommandBars_Update(ByVal Control As XtremeCommandBars.ICommandBarControl)<br>&nbsp;&nbsp;&nbsp; Set Pane = CommandBars.StatusBar.FindPane(ID_INDICATOR_TIME)<br>&nbsp;&nbsp;&nbsp; Pane.Text = DateTime.Time<br>End Sub<br><br>]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 17:54:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57565&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57565</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED:How can i put current oclock in statusbar : for showing date i use this code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57561&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57561</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5936">unforgiven</a><br /><strong>Subject:</strong> 16405<br /><strong>Posted:</strong> 11 March 2010 at 1:43pm<br /><br />for showing date i use this code on form_load event:<br /><br />Dim StatusBar As IStatusBar<br />&nbsp;&nbsp;&nbsp;&nbsp;Set StatusBar = CommandBars.StatusBar<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;StatusBar.Visible = True<br />&nbsp;&nbsp;&nbsp;&nbsp;Dim Pane As StatusBarPane<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;Set Pane = StatusBar.AddPane(ID_DATE_PANE)<br />&nbsp;&nbsp;&nbsp;&nbsp;Pane.Visible = True<br />&nbsp;&nbsp;&nbsp;&nbsp;Pane.Text = "  Today : " & Date<br />&nbsp;&nbsp;&nbsp;&nbsp;Pane.Width = 0 <br /><br />it's work fine,but for showing current time, i got error<br />--------------------------------------------------------<br />with this code i can show time in statusbar,but time is fixed and not change second of it,what's the problem?<br /><br />Private Sub CommandBars_Update(ByVal Control As XtremeCommandBars.ICommandBarControl)<br /> Select Case Control.Id<br /> Case ID_TIME_PANE<br /> CommandBars.StatusBar.FindPane(ID_TIME_PANE).Text = Time$<br /> End Select<br /><br />please put code or trim my code to solve this problem<br />thanks<br />]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 13:43:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57561&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57561</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED:How can i put current oclock in statusbar : I know that you can use the following...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57560&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57560</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2368">cmm2006</a><br /><strong>Subject:</strong> 16405<br /><strong>Posted:</strong> 11 March 2010 at 12:49pm<br /><br /><P>I know that you can use the following codes to add (CAPS, NUM,...):</P><DIV>&nbsp;&nbsp;&nbsp; StatusBar.AddPane ID_INDICATOR_CAPS<BR>&nbsp;&nbsp;&nbsp; StatusBar.AddPane ID_INDICATOR_NUM<BR>&nbsp;&nbsp;&nbsp; StatusBar.AddPane ID_INDICATOR_SCRL</DIV><DIV>&nbsp;</DIV><DIV>is there any way that we can add time or date (ID_INDACATOR_TIME, ID_INDICATOR_DATE) ?</DIV><DIV>Thank you</DIV><DIV><img src="http://forum.codejock.com/smileys/smiley1.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 12:49:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57560&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57560</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED:How can i put current oclock in statusbar : no more timer control needed.....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57553&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57553</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1038">younicke</a><br /><strong>Subject:</strong> 16405<br /><strong>Posted:</strong> 11 March 2010 at 8:26am<br /><br />no more timer control needed.. just the update event of the commandbars.<br><br>define the statusbar panes in the form load event<br>and in the updateevent of the commandbars search<br>for the pane that you want to show the current time<br>and then replace the text with the current time<br>]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 08:26:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57553&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57553</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED:How can i put current oclock in statusbar : Hi, Don&amp;#039;t add new pane on...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57548&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57548</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 16405<br /><strong>Posted:</strong> 11 March 2010 at 7:59am<br /><br />Hi,<DIV>Don't add new pane on each run - Find pane you added before and update its text.</DIV>]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 07:59:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57548&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57548</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED:How can i put current oclock in statusbar : Hi younick as you told i use update...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57544&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57544</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5936">unforgiven</a><br /><strong>Subject:</strong> 16405<br /><strong>Posted:</strong> 11 March 2010 at 3:15am<br /><br />Hi younick<br />as you told i use update event but i face to error:<br /><br />Private Sub CommandBars_Update(ByVal Control As XtremeCommandBars.ICommandBarControl)<br />Dim StatusBar As IStatusBar<br />Dim Pane As StatusBarPane<br />Set Pane = StatusBar.AddPane(ID_TIME_PANE)<br />Pane.Text =  Time$<br />End Sub<br />----------------<br />to show current time i use timer control<br /><br />Private Sub timehoure_Timer()<br />On Error Resume Next<br />If Label2.Caption &lt;&gt; CStr(Time) Then<br />Label2.Caption = Time$<br />End If<br />End Sub<br /><br />pls put right code or trim my code<br />thanks]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 03:15:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57544&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57544</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED:How can i put current oclock in statusbar : just use the update event of the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57541&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57541</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1038">younicke</a><br /><strong>Subject:</strong> 16405<br /><strong>Posted:</strong> 10 March 2010 at 6:36pm<br /><br />just use the update event of the commandbars and change the caption of the statusbar pane with the current time]]>
   </description>
   <pubDate>Wed, 10 Mar 2010 18:36:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57541&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57541</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED:How can i put current oclock in statusbar : I want to put current time in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57514&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57514</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5936">unforgiven</a><br /><strong>Subject:</strong> 16405<br /><strong>Posted:</strong> 10 March 2010 at 10:00am<br /><br />I want to put current time in statusbar,but i can't how can i do that? <br />is there any way to put time in statusbar .<br />current time show in control timer.<br />I don't know how can i use of timer control to combine statusbar<br />thaks all]]>
   </description>
   <pubDate>Wed, 10 Mar 2010 10:00:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16405&amp;PID=57514&amp;title=solvedhow-can-i-put-current-oclock-in-statusbar#57514</guid>
  </item> 
 </channel>
</rss>