mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 00:03:03 +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:
parent
c8d74211dc
commit
44c6fbb63a
1 changed files with 7 additions and 0 deletions
|
@ -434,6 +434,13 @@ public:
|
||||||
LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
||||||
{
|
{
|
||||||
Toolbar.Initialize(m_hWnd);
|
Toolbar.Initialize(m_hWnd);
|
||||||
|
|
||||||
|
// Explicitly request running applications to re-register their systray icons
|
||||||
|
SendNotifyMessage(HWND_BROADCAST,
|
||||||
|
RegisterWindowMessage(TEXT("TaskbarCreated")),
|
||||||
|
0,
|
||||||
|
0);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue