From: Tony Johansson on
Hi!

I just want to make sure that have understood this correct.
If the main thread stop than all other thread will stop and the application
will exit.

So without having a main thread running it's impossible to use any other
threads.

//Tony


From: Patrice on
Helllo,

> If the main thread stop than all other thread will stop and the
> application will exit.

See :
http://msdn.microsoft.com/en-us/library/h339syd0(v=VS.90).aspx (Foreground
and Background Threads) which is part of the documentation on Managed
Threading :
http://msdn.microsoft.com/en-us/library/3e8s7xdd(v=VS.90).aspx

--
Patrice