VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A Extremely Easy Clock

by Philip Beam (6 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (11 Votes)

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

Private Sub Form_Load()
  Timer1.Interval = 1
End Sub
Private Sub Timer1_Timer()
  Label1.Caption = Time
End Sub

Download this snippet    Add to My Saved Code

A Extremely Easy Clock Comments

No comments have been posted about A Extremely Easy Clock. Why not be the first to post a comment about A Extremely Easy Clock.

Post your comment

Subject:
Message:
0/1000 characters