Hi
Can someone pls help to solve my problem?
I have started a timer when I press a button
my question is "Can I stop the timer in the timer_tick(..) sub?
I try this inside the timer1_tick(..) suib
timer1.stop()
It does not work.
my timer_tick routine is doing something, when it is done, the timer should stop. How do I do it?
Can someone pls help to solve my problem?
I have started a timer when I press a button
my question is "Can I stop the timer in the timer_tick(..) sub?
I try this inside the timer1_tick(..) suib
timer1.stop()
It does not work.
my timer_tick routine is doing something, when it is done, the timer should stop. How do I do it?