mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[EXPLORER] Explicitly request applications to re-register their systray icons as soon as explorer is started. By Joachim Henze. CORE-9824
svn path=/trunk/; revision=68238
This commit is contained in:
@@ -434,6 +434,13 @@ public:
|
||||
LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
||||
{
|
||||
Toolbar.Initialize(m_hWnd);
|
||||
|
||||
// Explicitly request running applications to re-register their systray icons
|
||||
SendNotifyMessage(HWND_BROADCAST,
|
||||
RegisterWindowMessage(TEXT("TaskbarCreated")),
|
||||
0,
|
||||
0);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user