| View previous topic :: View next topic |
| Author |
Message |
staysolid0
Joined: 21 May 2008 Posts: 1
|
Posted: Mon May 26, 2008 4:13 am Post subject: Vb help with counting time. |
|
|
Ok..
t = 1
t=t+1
label1.caption = t
The code displays the time, but not in seconds is their a way to display it in seconds?
thanks |
|
| Back to top |
|
 |
|
|
sendtoanurag
Joined: 18 Mar 2008 Posts: 28
|
Posted: Mon May 26, 2008 2:06 pm Post subject: Re: Vb help with counting time. |
|
|
| Label1.Caption = Format(Time, "hh:mm:ss") |
|
| Back to top |
|
 |
|