lothos12345 Posted August 21, 2002 Posted August 21, 2002 I have a timer in my program and I wish to display the timers count down in a label box. Not quite sure how to do that. Any help with this question would be greatly appreciated. Quote
*Gurus* Derek Stone Posted August 21, 2002 *Gurus* Posted August 21, 2002 Set the timer's interval to one second and update the label each time it fires. Record the number of times the timer fires, and when it reaches the interval of your choosing (number of times fired multiplied by one second) have it execute the event of your choosing. You could also do this with two timers, but I'm not one to waste resources. :) Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.