开发者

Programmatically moving the mouse

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜