Simple clock 1 line of code
Simple clock 1 line of code
Rate Simple clock 1 line of code
(1(1 Vote))
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)
Simple clock 1 line of code Comments
No comments yet — be the first to post one!
Post a Comment