VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Make a clock using Visual Basic 6.0.

by Bhuwan Chand Joshi (69 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 3rd December 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Make a clock using Visual Basic 6.0.

Rate Make a clock using Visual Basic 6.0.



' Put a label control over the form
Private Sub Form_Load()
Timer1.Interval=1000
End Sub
Private Sub Timer1_Timer()
Label1.Caption=Now
End Sub


Download this snippet    Add to My Saved Code

Make a clock using Visual Basic 6.0. Comments

No comments have been posted about Make a clock using Visual Basic 6.0.. Why not be the first to post a comment about Make a clock using Visual Basic 6.0..

Post your comment

Subject:
Message:
0/1000 characters