Quote Originally Posted by Techno
Application.Exit closes and exits the application....I am sure that if there are threads still running then a threadAbortException will be thrown which you would have to handle....
I am sure if there are threads still running they will continue to run if you don't stop them programatically.