|
-
Aug 25th, 2004, 11:45 AM
#1
Thread Starter
Hyperactive Member
Ending application with busy threads
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|