cool dude wrote:
hmm... do you know exactly how the sleep function works? you can easily put it in a loop so that it will decrease the number in the label box every half a second. if you want to use a timer you can as well, and i mentioned that, but this way works to.
Go reread your orig post.
cool dude wrote:
third and easiest choice would be to use the timer module that i showed here: ...
I got confused because the link goes to your SLEEP function, not TIMER MODULE.
But in any case, doesn't that other post mention that sleep pauses your entire program? If that's not the problem then fine... but if you want to continue using the vb prog while the timer is counting down (which is what I would want), then sleep is not a good solution! And frankly, I'd really wonder if sleep is indeed better than timer.