G
Guest
I am launching a MDI child form non-modally (i.e. "form.Show()") from within
a Try-Catch block within a menu Click event on the MDI parent. This child
form loads fine, but during operation of a 3rd party control an exception is
thrown. This exception goes unhandled and the application chokes.
How can I catch this kind of exception?
Any help is greatly appreciated.
Thanks!
T.
a Try-Catch block within a menu Click event on the MDI parent. This child
form loads fine, but during operation of a 3rd party control an exception is
thrown. This exception goes unhandled and the application chokes.
How can I catch this kind of exception?
Any help is greatly appreciated.
Thanks!
T.