View Single Post
Old Feb 11th, 2008, 3:03 PM   #1
Syntax_Error
Programmer
 
Syntax_Error's Avatar
 
Join Date: Jan 2008
Posts: 9
Rep Power: 0 Syntax_Error is on a distinguished road
Visual Basic Current Time On Form

How do I show the current time on the form in a label, and update it every second or maybe every minute???

I put "lblTime.Text = DateTime.Now" into a OnClick sub, but that only works when I click it... how do I get it to change every few seconds, or minute?????

also How can I at the same time on another label make a timer that counts up continuously from when the application loads?

thanks

-S_E
Syntax_Error is offline   Reply With Quote