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
With Microsoft Internet Explorer 4.0 and later, the Shell notifies applications that the taskbar has been created. When the taskbar is created, it registers a message with the TaskbarCreated string and then broadcasts this message to all top-level windows. When your taskbar application receives this message, it should assume that any taskbar icons it added have been removed and add them again. This feature generally applies only to services that are already running when the Shell launches. The following example shows a very simplified method for handling this case.
This is kind of amazing, seeing how it's been undocumented since at least the Windows XP days.
Rules
Is your feature request related to a problem? Please describe
Related with #3275, restarting or crashing explorer.exe or starting the app before explorer.exe does indeed removes the tray icon.
Describe the solution you'd like
There is a reply in voicemeeter forum that explains how other tray icons constantly refreshes so they appears after crash or restart.
Describe alternatives you've considered
Maybe valinet/ExplorerPatcher#3051 will help.
Device and Model
ASUS TUF F15
Additional information.
To reproduce, start the app even before explorer.exe or restart the explorer.exe to make the tray icon dissappear.
The text was updated successfully, but these errors were encountered: