i have 2 threads running in my c# application. the only exit button on the program is the X in the top right corner. is thare any method or deligate that i can call upon when the program is being closed, to kill of any threads running in memory? do you have to kill off timers also, since they are very similar to threads?