jrwinterburn
IS-IT--Management
Hi guys,
Sadly, a newbie question for you! I've just started playing with the timer in vb.net and am trying to use a start/pause/resume button to start/pause/resume a progress bar I am using. I can make it start and stop the progress bar (so it appears to pause halfway through for example) but when I click start again, it starts from the beginning, obviously.
It seems the timer control does not have a pause() or resume(). I wish to be able to get the progress bar to continue from where it paused. Additionally, I want it to loop - should the progress bar get to the end before being paused, it shoud begin again.
Any help would be appreciated as I'm stuck here!
Thanks.
Jon
Sadly, a newbie question for you! I've just started playing with the timer in vb.net and am trying to use a start/pause/resume button to start/pause/resume a progress bar I am using. I can make it start and stop the progress bar (so it appears to pause halfway through for example) but when I click start again, it starts from the beginning, obviously.
It seems the timer control does not have a pause() or resume(). I wish to be able to get the progress bar to continue from where it paused. Additionally, I want it to loop - should the progress bar get to the end before being paused, it shoud begin again.
Any help would be appreciated as I'm stuck here!
Thanks.
Jon