Task : Create digital clock
Name | Lbl_Clock |
Caption | Clock |
Create timer object with interval 1000
Place this code
Private Sub Timer1_Timer()
Me.Lbl_Clock.Caption = Format(Now(), "HH:mm:ss")
End Sub
Hanya sharing pengalaman: nge blog, google AdSense, cyber enjoyable
Task : Create digital clock
Name | Lbl_Clock |
Caption | Clock |
Create timer object with interval 1000
Place this code
Private Sub Timer1_Timer()
Me.Lbl_Clock.Caption = Format(Now(), "HH:mm:ss")
End Sub
Labels: Visual basic
Di posting Basyar at 7:06 PM
0 comments:
Post a Comment