How to immediately terminate crashed application?

Posted by FractalizeR on Stack Overflow See other posts from Stack Overflow or by FractalizeR
Published on 2010-12-24T23:24:43Z Indexed on 2010/12/24 23:54 UTC
Read the original article Hit count: 359

Filed under:
|
|

Hello.

I have an application that sometimes causes exceptions. And I need to restart it if it crashed. But the problem is, that I have Windows 7 here and when application crashes, Windows shows me nice dialog box with a suggestion to close the application. But the application itself is still running until I click "Close". How to get rid of this Window and make application terminate immediately without any dialog boxes?

© Stack Overflow or respective owner

Related posts about debugging

Related posts about crash