Hooking/Getting notfied the display of common error message dialogs
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, Is there any method to hooking/getting notified the common error message dialogs ("Application error", "Microsoft Visual C++ Runtime Library", Window error reporting dialog etc) from any applications. Thanx in advance
-
Hi all, Is there any method to hooking/getting notified the common error message dialogs ("Application error", "Microsoft Visual C++ Runtime Library", Window error reporting dialog etc) from any applications. Thanx in advance
You can create a CBT Hook or a Shell Hook to be notified whenever a new dialog box is going to be created. You can then check its caption and text.
«_Superman_»