how to capture mouse move event.

  • Thread starter Muhammad Aftab Alam
  • Start date
M

Muhammad Aftab Alam

Hi All,
I was trying to capture OnMouseMove event for a button I put on the form, I
couldnot find it through wizard. I want to perfrom some operation as soon as
the mouse gets to my button.

regards
Muhammad Aftab Alam
 
G

Guest

That is not possible in a pocket pc app since there are none of the mouse events associated with the controls as you dont have mouse support in PocketPc. The stylus does not act like a mouse as it dosnt actually come over a control untill it is actually clicking it. Hope this helps


Ali Gardezi
 
C

Chris Tacke, eMVP

Use an IMessageFilter implementation with the OpenNETCF.ApplicationEx class.

-Chris
 

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

Top