I've got an application I need to display a "nag" screen for on shutdown if the user hasn't entered a valid registration key. I've got the appropriate code in the closing event of the main form of the application, but the event doesn't seem to fire. I've put a breakpoint here and which doesn't get hit. I've also tried the same thing in the Me.ShutDown event in the application events with no luck. Any suggestions?