capture the mouse

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Hi,

How can i capture the mouse move event of my window form when i move it
ebove other control?
Thanks!
 
What do you mean by other control? Can't you use th OnMouseMove event
of the control? Do you want to use hooks in order to capture the
mouse cooridinates?

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 
if your Window form is called myForm, type in Load event for example :
myForm.Capture=true;

Then, you only have to catch MouseMove event.

Hope it helps.
Ludovic Soeur.
 

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