Create a form with
1 Text boxe And 1 Timer
Add the following code to the form code module for the ‘Clock’
_Click event:
Frome
Program code :
Private Sub Form_Load()
Timer1.Interval = 100
End Sub
Private Sub Timer1_Timer()
Text1 = Time
Text2 = Date
End Sub
Clock
………………………..
By Md.
Sayemon
Download
this Project click hare
No comments:
Post a Comment