Make a simple clock that tells the time.
Make a simple clock that tells the time.
Rate Make a simple clock that tells the time.
(1(1 Vote))
1 Timer (interval = 60)
1 Label (call it 'lblTime')
Private Sub Timer1()
lblTime.Caption = Time
End Sub
Make a simple clock that tells the time. Comments
No comments yet — be the first to post one!
Post a Comment