Move the mouse at the same interval

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,

1 Like

@sssim4567

You can use hover mouse with whole screen and then give the coordinates on where to move… inside a loop…

Cheers