When Explorer.exe crashes and then reloads, all of the
system tray icons are frefreshed except RSSBandit.
Using Windows XP Professional.
RSSBandit build 1.2.0.112
Jeff Lawson
2004-07-20
Logged In: YES
user_id=511066
Maybe RSS Bandit needs to hook the
"TaskbarCreated" global message that is broadcast when
Explorer restarts. This causes the tray icon to be
lost and not redisplayed when Explorer crashes.
See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_int/shell_int_programming/taskbar.asp
under the "Taskbar Creation Notification" section for
details about this behavior.
Torsten Rendelmann
2004-07-21
Logged In: YES
user_id=714452
The event was not wired up. Now it is...