VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Simple clock 1 line of code

by Chuck00029 (3 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 18th May 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Simple clock 1 line of code

Rate Simple clock 1 line of code



Timer1.Interval = 1
Label1.Caption = Time
End Sub

'''''''''''add a timer 
'''''''''''add a label
''you can add other labels too ex:Label2.Caption = year(now)'or month(now) or day(now)


Download this snippet    Add to My Saved Code

Simple clock 1 line of code Comments

No comments have been posted about Simple clock 1 line of code. Why not be the first to post a comment about Simple clock 1 line of code.

Post your comment

Subject:
Message:
0/1000 characters