Private Sub Form_Load()
Timer1.Interval = 1000
End Sub
Private Sub Timer1_Timer()
Label1.Caption = Time
End Sub
Text file Source (historic): geocities.com/matkins70
(to report bad content: archivehelp @ gmail)
|
|
|
|
|
Private Sub Form_Load()
Timer1.Interval = 1000
End Sub
Private Sub Timer1_Timer()
Label1.Caption = Time
End Sub
|
|
|
|
|