Click here to Skip to main content
15,909,742 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi - ITNOG

is there anyway to set windows mouse position like here :

SetMouse(700, 458);


regards

SOLUTION ===============

I found it:

C#
Cursor.Position = new System.Drawing.Point(700, 458));
Posted
Updated 25-Jul-10 2:02am
v3
Comments
#realJSOP 25-Jul-10 8:00am    
I think you have to tell us why you want to do this. Moving the mouse cursor may not actually be want you want to do.
DaveAuld 25-Jul-10 10:47am    
If you have solved your own question, why not Add an answer, that way the question will become closed, and not remain unanswered.

1 solution

This issue was resolved by the OP himself.
Answering here to remove it from unanswered list.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900