I'm working on an unattended application that launches another process. It can have up to N instances of that process running in parallel.
When an unhandled exception is thrown, the "%APPNAME% stopped working" dialog is launched, and the process stays alive forever until someone clicks the Close button.
Is there any way to prevent this, or to know that it happened if nobody closes the dialog?
I wouldn't like to disable it system-wide (if there's an option); just in the process I am launching...