会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
菜鸟程序猿
博客园
首页
新随笔
联系
订阅
管理
2023年2月22日
C# 实现模拟控制鼠标点击事件
摘要: /// <summary> /// 引用user32.dll动态链接库(windows api), /// 使用库中定义 API:SetCursorPos /// </summary> [DllImport("user32.dll")] private static extern int SetCu
阅读全文
posted @ 2023-02-22 10:39 芈璐
阅读(933)
评论(0)
推荐(0)
编辑
公告