softpcapps Software
CODE HELP BLOG
AppDomain.CurrentDomain.ProcessExit += CurrentDomain_ProcessExit;
void CurrentDomain_ProcessExit(object sender, EventArgs e)
{
System.Windows.Forms.MessageBox.Show("Exiting..");
}