Link to home
Start Free TrialLog in
Avatar of rw8
rw8

asked on

How to implement the "Mouseover" function in a Dialog base software?

i need to implement the "mouseover" function in my dialog base software (i.e a small rectangle box will popup and display a short message when you leave the mouse cursor over a button/textbox/whatever)

I wonder if there is any easy way to do that? i've tried search the MSDN document but was confused and can't get it work... so anyone can show me how to do that??
Avatar of kamarey
kamarey

What problem with WM_MOUSEOVER?
Avatar of rw8

ASKER

WM_MOUSEOVER? i can't find this from MSDN?
i can only find WM_MOUSEMOVE,WM_MOUSEWHEEL....etc
probably kamarey meant WM_MOUSEHOVER
Avatar of rw8

ASKER

ok yes that seems like something i needed but how can i actually  implement the mouseover funciton? i.e. pops up a small rectangle that displays some short notes/descriptions...?
is there any example somewhere that i can look at??
ASKER CERTIFIED SOLUTION
Avatar of Pavlik
Pavlik

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
Avatar of rw8

ASKER

Excellent! Thanks!