A Extremely Easy Clock
This code is the easiest clock ever... The code doesnt get any easier. If you like it vote for it.
Assumes
You need a Timer (named Timer1) and a label (named Label1)... Do not rename the form. Leave it Form1.
Rate A Extremely Easy Clock
(12(12 Vote))
Private Sub Form_Load()
Timer1.Interval = 1
End Sub
Private Sub Timer1_Timer()
Label1.Caption = Time
End Sub
A Extremely Easy Clock Comments
No comments yet — be the first to post one!
Post a Comment