G
Guest
In Main I register ThreadException to handle unhandled exceptions
Application.ThreadException += new
ThreadExceptionEventHandler(App_ThreadException);
The method will show a MessageBox or a Form instead of .NET 2 default
dialog. However I don't get the code work. What am I missing?
One silly question. Can I post .NET 2 questions here or should I post to
msdn2?
Thanks in advance,
Shehab.
Application.ThreadException += new
ThreadExceptionEventHandler(App_ThreadException);
The method will show a MessageBox or a Form instead of .NET 2 default
dialog. However I don't get the code work. What am I missing?
One silly question. Can I post .NET 2 questions here or should I post to
msdn2?
Thanks in advance,
Shehab.