vb模拟鼠标移动
vb 模拟鼠标移动 这里要用到 SetCursorPos(指定鼠标坐标)和 mouse_event(综合鼠标击键和鼠标动作)两个 API 函数。 例:单击 Command1 时鼠标会到(500,50
vb模拟鼠标移动