answersLogoWhite

0

What role of cursor in visual basic?

User Avatar

Anonymous

14y ago
Updated: 8/17/2019

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

14y ago

What else can I help you with?