i want to move mouse position at the same interval
how to make it done?
i want to move mouse position at the same interval
how to make it done?
HI,
We can move mouse cursor to the specific point using the following expression.
System.Windows.Forms.Cursor.Position = new System.Drawing.Point(x,y)
Then increment (or decrement) x and/or y.
Regards,
You can use hover mouse with whole screen and then give the coordinates on where to move… inside a loop…
Cheers