Tray Icon
-
Hi , I've Created an application that puts up an icon in the system tray. If I close that application by sending WM_CLOSE or WM_QUIT messages from another application the tray icon disappears normally ,but if i use terminate process from another application the tray icon remains until I move the Mouse Pointer above the Icon after which it disappears Is there anyway to refresh the system tray ??? :confused: Please help out
-
Hi , I've Created an application that puts up an icon in the system tray. If I close that application by sending WM_CLOSE or WM_QUIT messages from another application the tray icon disappears normally ,but if i use terminate process from another application the tray icon remains until I move the Mouse Pointer above the Icon after which it disappears Is there anyway to refresh the system tray ??? :confused: Please help out
As MS would say, that behavior is by design. The tray icons don't do anything until you move the mouse over them. --Mike-- http://home.inreach.com/mdunn/ Sometimes, arming yourself with a big pointy stake just won't do you any good.