Time and Date just with click on the label.
Time and Date just with click on the label.
Rate Time and Date just with click on the label.
(1(1 Vote))
'Task: This Shows Time And Date On a Form Using a Label And Timer
'Declarations
'Code:
'place a timer and label on a form
'for the timers event double click it and type in
Label1.Text = Now
'set the timer to 100
End Sub
Private Sub Label1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label1.Click
Label1.Text = Now
End Sub
End Class
Time and Date just with click on the label. Comments
No comments yet — be the first to post one!
Post a Comment