I have a timer with a interval of 200 and I only want it to execute once. how can i do this?
Printable View
I have a timer with a interval of 200 and I only want it to execute once. how can i do this?
Place Timer1.Enabled = False in the timers interval sub.
(Change Timer1 to your timers name if it differs of course)
-adehh
thanks, worked perfect