I needed to update the system tray icon’s text value, of my application, whenever a user hovers over it. I noticed that no such event exists for system tray icons. Is it possible to create a hover event for a system tray icon and if so how can I go about accomplishing it?
I needed to update the system tray icon’s text value, of my application, whenever
Share
How about hooking into
NotifyIcon.MouseMove?As a basic example, this seems to work (with a
NotifyIconon aForm):