I have a lengthy routine that also activates it: myThread.start(0);
another routine stops it: myThread.Suspend();
but when I rerun the original routine to start the thread (actually restart it), I get an unhandled exception error. Is there a way around this? its just a timer to increment a value.