Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
i have 2 threads running in my c# application. the only exit button on the program is the X in the top right corner. is thare any method or deligate that i can call upon when the program is being closed, to kill of any threads running in memory? do you have to kill off timers also, since they are very similar to threads?
Posted
the timers i use arnt System.Windows.forms.timers. theyre system.timers. different animals altogether. the forms.timers are not safe in a multithreadded envrionment.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...