Mousemove, handles, control problem

  • Thread starter Thread starter willem
  • Start date Start date
W

willem

Hi,
I want
1) To create a method (event) that gives me Handle of Control under Mouse
(tipically controls in a form).
2) To have Control with that handle.

my problem is to make a method that send continually an information about
the control under mouse
for change colors (like Toolbar in IE6 for example) and other things.
(I don't want use OnMouseMove for each control)

thanks
willem
 
Hi willem,

It might be that you want to use the MouseEnter and MouseLeave events
instead. You can use the same event for all controls as you can
distinguish them from the sender object passed as a parameter.

Happy coding!
Morten
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top