开发者

Programmatically moving the mouse

开发者 https://www.devze.com 2022-12-08 06:52 出处:网络
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.

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)
0

精彩评论

暂无评论...
验证码 换一张
取 消