dseaver
IS-IT--Management
- Jul 13, 2006
- 467
I have a couple background threads that are semi-infinite loops (aka, if the program closes too early, it will sit the infinite loop in the new thread, the gui will be closed but the program wont). How can I make sure that if the user closes the GUI window that it will stop the threads?