Werrl, I'm still struggling (but now with Notification in ControlsEx Device, on the device emulator - WM5.0).
If I set NotificationObj.Visible = True in my App_Start, in addition to FormLib.MinimizeBox = True (which I have been using all along), I briefly see my 16x16 icon in the Title bar but it disappears along with the file selection dialogue which is the first thing that the app presents. The "X" in the top right corner gets replaced by "OK" just as if I hadn't done FormLib.MinimizeBox = True. This is the only thing the app now responds to; it does close down nicely, just when it shouldn't!
On the other hand if I don't set NotificationObj.Visible = True but omit this or set False, the program behaves just as if I had never set out to do Notification. I put NotificationObj.Visible = True in the Form_Close event because the Help for this event says it is triggered by form hide as well as form close, but perhaps this does not apply to the main form. Without such a trigger I am never going to display the icon to resurect my app to foreground, which is all I am trying to do!
Mike.