So I've been using a timer to do a function every 10 minutes...
The way I originally had it setup was that the timer would count up to "600 seconds" in a text box. If the text box equals that value, then go on to the next step.
I've been running into some issues lately with some units going to the next step, and some not. Could this be a problem with how each system uses the Timer intervals differently?
I read this thread (http://www.vbdotnetforums.com/showthread.php?t=18936) and feel it would be a great solution to my problem, but am just curious as to whether or not improper use of the Timer could/would cause the software to crash.
Thanks,
Ron
The way I originally had it setup was that the timer would count up to "600 seconds" in a text box. If the text box equals that value, then go on to the next step.
I've been running into some issues lately with some units going to the next step, and some not. Could this be a problem with how each system uses the Timer intervals differently?
I read this thread (http://www.vbdotnetforums.com/showthread.php?t=18936) and feel it would be a great solution to my problem, but am just curious as to whether or not improper use of the Timer could/would cause the software to crash.
Thanks,
Ron