RE: Permanently Change the Systray Icon
I am guessing Boss mode hooks the Shell_NotifyIcon function and catches the NOTIFYICONDATA structure. To change the icon you would need to change the hIcon member of that structure and call Shell_NotifyIcon again with the NIM_MODIFY command.
|