Show dialog after Application.Exit()

Posted by Bryce Wagner on Stack Overflow See other posts from Stack Overflow or by Bryce Wagner
Published on 2010-03-12T16:48:39Z Indexed on 2010/03/12 17:27 UTC
Read the original article Hit count: 119

Filed under:
|

Under certain circumstances, I wish to display an error message to the user if the application didn't shut down, but MessageBox.Show() doesn't actually do anything after calling Application.Exit(). Is there a way to convince it to show a dialog after Application.Exit()?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET