Link to home
Start Free TrialLog in
Avatar of shk
shk

asked on

Mouse Hover in NotifyIcon

There is no mouse hover event exposed in NotifyIcon class, how do i implement it? Thanks in advance.
Avatar of smegghead
smegghead
Flag of United Kingdom of Great Britain and Northern Ireland image

Surely mousemove captures this event.
Avatar of shk
shk

ASKER

yes, i tried mousemove before. i try to show a messagebox in mousemove event but when my mouse pointer over the notify icon more than 10 messagebox appear suddenly, i dunno why this happend but this is not what i want. it should only show one messagebox, am i right?
Are you trying to display a tooltip ??

if you are trying to do something other than this, just set a flag within the code indicating that the mouse has already 'moved' within the area, then when it happens again, just ignore it.
ASKER CERTIFIED SOLUTION
Avatar of milkme123
milkme123

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial