A bit odd maybe, but how can I move the cursor using code in vb.net? I can't seem to find the proper method.
T开发者_如何转开发his is in vb.net
You may use:
Windows.Forms.Cursor.Position = New Point(x, y)
A bit odd maybe, but how can I move the cursor using code in vb.net? I can't seem to find the proper method.
T开发者_如何转开发his is in vb.net
You may use:
Windows.Forms.Cursor.Position = New Point(x, y)
精彩评论