how to capture mouse move event.

  • Thread starter Thread starter Muhammad Aftab Alam
  • Start date 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
 
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
 
Use an IMessageFilter implementation with the OpenNETCF.ApplicationEx class.

-Chris
 
Back
Top