Threads

Feb 22 2004 3:29 PM
hey, having BIG trouble with threads. I'm exiting my program and finding it's still in memory due to threads still running - 5 to be exact. One of these threads is getting started by the showdialog() method of an OPenFileDialog object. The other 4 are being started by the EndInit() of components in the InitializeComponents() method in the main form. Has anyone any idea as to why these background threads not only start but how to kill them on program exit Cheers, Clive