Hello,
How would i go about trying to make a countdown timer, i want a user to be able to enter a time, in time format (hh:mm:ss), and then be able to countdown from it using a timer. An example i have found is the following:
VB Code:
Label1.Caption = Time -1
However this only counts down until midnight, if possible i would also like to include miliseconds on to the timer. Any ides or thoughts appreciated.
Regards
Jenova


Reply With Quote