Results 1 to 3 of 3

Thread: System Clock

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2001
    Location
    a
    Posts
    40

    Talking System Clock

    what is the code to display the system clock to keep going run?

    e.g
    label1.caption=time
    'label1.refresh 'display as dynamic mode'
    kelvin

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    put the code in a timer with an interval of 500
    VB Code:
    1. Private Sub Timer1_Timer()
    2.   Label1.Caption = Time
    3. End Sub

    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3
    donW
    Guest
    Or use the StatusBar, with one of its windows set to time/date option...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width