Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how can i determine the axis of mouse pointer from any method?
watch this post: http://www.codeproject.com/script/comments/forums.asp?forumid=1649&fr=51
this.Cursor = new Cursor(Cursor.Current.Handle); Cursor.Position = new Point(Cursor.Position.X - 50, Cursor.Position.Y - 50);
this code will set the position of mouse pointer. but i want to retrieve the position.
hello the same pa. string xValue = Cursor.Position.X.ToString () ; string yValue = Cursor.Position.Y.ToString();
string xValue = Cursor.Position.X.ToString () ; string yValue = Cursor.Position.Y.ToString();