Hi,
having WindowsForm application, if I do Application.Exit() and some threads are running, the main GUI terminates, but the VS IDE stays in run mode keeping these threads running.
How to properly exit my application if it hase more threads? I can't find way to exit or terminate the thread, especially if it is busy with external code (eg. blocked by Socket blocking methods).
Thanks
