You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, any tray icons created by NWG will disappear if the taskbar crashes and restarts.
However, there is a magic message sent across the system when the taskbar gets recreated: WM_TASKBARCREATED
You can fetch its constant using this snippet:
Currently, any tray icons created by NWG will disappear if the taskbar crashes and restarts.
However, there is a magic message sent across the system when the taskbar gets recreated:
WM_TASKBARCREATED
You can fetch its constant using this snippet:
It would be nice if NWG could intercept this system message and attempt to recreate any tray icons the application may have registered.
Reference:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/4185c030-d2dc-4597-8034-afe534848595/how-to-know-the-desktop-is-ready-?forum=vclanguage
The text was updated successfully, but these errors were encountered: