G
Guest
I have a C# .NET Framework 1.1 application running on XP SP2 that displays
alerts. When no alerts are active, the application is hidden. The app runs a
background thread to check for alerts. When an alert is detected, the message
information is displayed using a delegate to update the UI and display the
window. This works great as long as the screen saver is not active. However
when the screen saver is active (and password protected) the text in the
alert window gets updated but when the computer is unlocked the alert window
does not display the new text.
I have tried calling Invalidate, Update, Activate, Refresh, but nothing
seems to actually cause the full window and all child controls to refresh and
show the updated contents.
What do I need to do to cause the updated information to display properly
when the machine is unlocked from the screen saver?
Thanks,
Leslie
alerts. When no alerts are active, the application is hidden. The app runs a
background thread to check for alerts. When an alert is detected, the message
information is displayed using a delegate to update the UI and display the
window. This works great as long as the screen saver is not active. However
when the screen saver is active (and password protected) the text in the
alert window gets updated but when the computer is unlocked the alert window
does not display the new text.
I have tried calling Invalidate, Update, Activate, Refresh, but nothing
seems to actually cause the full window and all child controls to refresh and
show the updated contents.
What do I need to do to cause the updated information to display properly
when the machine is unlocked from the screen saver?
Thanks,
Leslie