Print Page | Close Window

Showing clock in status bar

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=12389
Printed Date: 07 October 2024 at 5:30am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Showing clock in status bar
Posted By: mkhadem
Subject: Showing clock in status bar
Date Posted: 09 October 2008 at 4:36pm

Hi,

 
Does anybody know how to put the clock in the status bar that shows current time?
 
Thanks
Mo



Replies:
Posted By: Ditte
Date Posted: 09 October 2008 at 7:21pm
Hi,

you must only  translate it in your language.

Object oxxStatusBar is a xxStatusBar
        
   Object oxxStatusTime is a cxxStatusBarPane
      Set piWidth to 100
      Set pbStyleNoBorders    to True
   End_Object

   Object myTimer is a DFTimer
      Set Timer_Active_State to True
      Procedure OnTimer
         Set psText of oxxStatusTime to (Mid(CurrentDateTime(),19,1))
      End_Procedure
    End_Object
          
            ...
End_object




 


-------------
Regards



Dittmar



Product: Xtreme SuitePro (ActiveX) 13.4.2

Platform: Win XP

Language: Visual Dataflex 16.1


Posted By: mkhadem
Date Posted: 13 October 2008 at 4:10pm
Hi Ditte,
 
I never used translation. Is there a VB sample code for using the clock in the status bar?
 
Thanks
Mo



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net