Displaying a messagebox
-
I have a window that when it is minimized it is displayed in system tray. The problem is that from time to time I have to show different messages via a messagebox and the message box doesn't appear. When the window is maximized the messageboxes appear.:doh:
I am fighting against the Universe... Reference-Rick Cook
-
I have a window that when it is minimized it is displayed in system tray. The problem is that from time to time I have to show different messages via a messagebox and the message box doesn't appear. When the window is maximized the messageboxes appear.:doh:
I am fighting against the Universe... Reference-Rick Cook
You need to display the message box on the desktop. You can do this with this overload of the Show()[^] method. This overload allows you to specify additional options[^]. You want to specify the DefaultDesktopOnly option and (I think) pass null for the owner.
Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com