Single Instance Application
I had an issue where a user had opened 50 copies of the same application because the minimize event was overriden to hid the form and put an icon in the system tray.
The problem was that a whole lot of sql traffic was being generated by each instance which caused a slowdown of the database.