Form Design:
Form = 1
Text Box = 1
Timer = 1
Properties Set:
Object | Property | Settings |
Form1 | Caption Height Width | Watch Digital Watch 1605 6240 |
Text1 | Font Name Font Size Back Fore Height Width | [blank] Milano LET 48 &H00808080& &H0000C000& 1245 6135 |
Timer1 | Interval | 100 |
Code:
Private Sub Timer1_Timer()
Text1.Text = Time
End Sub
0 Comments
Thank you for your Comment.