I have Timer1 with code in it. I've set the Timer in motion but then later set it's Interval to 0, yet it continues. It doesn't just continue one extra time, it continues... well, continuously. Isn't setting the Interval to 0 supposed to stop it? I've had problems in the past with setting a Timer.Enabled = False and it not turning off, but never with using the .Interval. Also, what's the difference between disabling a Timer and setting it's Interval to 0?