#timer

  1. S

    re-enable the Timer

    Hello, I have a timer on my form. When I press a button the on the form the timer starts. In the Timer.tick event handler I disable the timer (Timer.Enable = False). I'm trying to re-enable the timer in my code. I know the program gets to the timer.enabled = true statement but the Timer.Tick...
Back
Top