VB模拟鼠标操作.docVIP

  • 52
  • 0
  • 约3.62千字
  • 约 4页
  • 2020-12-24 发布于四川
  • 举报
模拟鼠标操作 全局级模拟 GetCursorPos/GetCursorPos 两个重要函数,获取光标位置与设置光标位置,详细说明请参考本站另一篇文章-经典API函数。 mouse_event 模拟鼠标操作的主函数。   涉及API函数列表: Private Declare Function SetCursorPos Lib user32 (ByVal x As Long, ByVal y As Long) As Long Private Declare Function GetCursorPos Lib user32 (lpPoint As POINTAPI) As Long Private

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档