Form Design:
Form = 1
Command Button = 3
Properties Set:
Object | Property | Settings |
Form1 | Caption Font Size Fore Height Width | Time Project 14 &H000000C0& 7020 5820 |
Command1 | Caption | Time |
Command2 | Caption | Clear |
Command3 | Caption | Exit |
Code:
Private Sub Command1_Click()
Print Time
End Sub
Private Sub Command2_Click()
Cls
End Sub
Private Sub Command3_Click()
End
End Sub
0 Comments
Thank you for your Comment.