i have timers and threads in my app. i have a method that is called when the program is closed to kill off any threads and timers. the threads get killed off, but timer1.close(); does not kill off the timer. it couses big errors when i open the app after closing it. any ideas?