Link to home
Start Free TrialLog in
Avatar of muis2002
muis2002

asked on

OnMouseEnter and OnMouseLeave

What kind of trick to implement that ?

I want to make a descendant of TImage that have those events.

Anyone willing to share the codes ?

Thanks.
Avatar of kretzschmar
kretzschmar
Flag of Germany image

just catch the messages

CM_MOUSEENTER
CM_MOUSELEAVE

sample follows

meikl ;-)
ASKER CERTIFIED SOLUTION
Avatar of kretzschmar
kretzschmar
Flag of Germany image

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 muis2002
muis2002

ASKER

Thanks meikl :)