0
Hi
Is the IsBackground property true on the background thread.
(-> MSDN: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemthreadingthreadclassisbackgroundtopic.asp )
This tells the thread, that if the main thread end, the background thread should also be terminated.
In Taskmanager (or VS) you can check which or how many threads are still alive.
Simon