S
Scott Numbers
Fellow C-Sharp developers,
I have an application that must be able to display a message on a
desktop even if the screen saver has locked the computer. If you pass
"ServiceNotification" as a MessageBoxOption on the MessageBox.Show
method, the MessageBox will display even if there is not a user logged
in. Unfortunately, my users want to override the colors as well as
make other modifications to the MessageBox that cannot be done since
the MessageBox Class cannot easily be subclassed. Most people (as well
as myself) would recommend re-creating a standard window with
MessageBox-like functionality. The only problem is that I am having a
problem recreating the "ServiceNotification" functionality of the
MessageBox.
Does anybody have a clue, how this can be done in a C# application? I
have tried several different things like setting the parent during
window creation, setting style and ex-style bits during window
creation, but have not found the trick.
I would appreciate any insight anybody might have on this.
Thanks in advance,
Scott Numbers
I have an application that must be able to display a message on a
desktop even if the screen saver has locked the computer. If you pass
"ServiceNotification" as a MessageBoxOption on the MessageBox.Show
method, the MessageBox will display even if there is not a user logged
in. Unfortunately, my users want to override the colors as well as
make other modifications to the MessageBox that cannot be done since
the MessageBox Class cannot easily be subclassed. Most people (as well
as myself) would recommend re-creating a standard window with
MessageBox-like functionality. The only problem is that I am having a
problem recreating the "ServiceNotification" functionality of the
MessageBox.
Does anybody have a clue, how this can be done in a C# application? I
have tried several different things like setting the parent during
window creation, setting style and ex-style bits during window
creation, but have not found the trick.
I would appreciate any insight anybody might have on this.
Thanks in advance,
Scott Numbers