Showing posts with label Mouse Position C#. Show all posts
Showing posts with label Mouse Position C#. Show all posts

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;