|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have a form that displayes the current datet and time I added a timer comtrol to the form How do I get the displayed time to update to the current time while the form is displayed??
|
|
#2
|
|||
|
|||
|
Private Sub Timer1_Tick(ByVal Sender As Object, ByVal e As EventArgs) Handles Timer1.Tick
' Set the caption to the current time. lblTime.Text = (Now) End Sub |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > Timer Comtrol |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|