answersLogoWhite

0

The <Cursor> function can get the location of the cursor or set the location of the cursor.

Dim X as integer = Cursor.Position.X

Dim Y as integer = Cursor.Position.Y

Cursor.Position = New Point(X, Y)

Like that.

User Avatar

Wiki User

15y ago

What else can I help you with?