Hi,
I have a very strange strange problem. All the exception that are thrown in
my Windows Forms do not thrigger the display of the traditional exception
dialog box that is usually shown. Instead, it seems that the Application
class, or any other class that manage the unhandled exception in Windows
Forms, catch it and silently continue program execution.

Three questions:
1) Is there anyone here that had the same problem?
2) How can it be corrected?
3) Am I missing a property or a setting somewhere?

Etienne Fortin