Wednesday, September 2, 2009

get mouse position in c#

I might be wrong but you can try following two

Point p = Cursor.Position;
Point p2 = Control.MousePosition;

No comments:

Post a Comment