//declare this
using System.Runtime.InteropServices;
[return: MarshalAs(UnmanagedType.Bool)]
[DllImport("user32.dll", CharSet = CharSet.Auto, ExactSpelling = true)]
public static extern void BlockInput([In, MarshalAs(UnmanagedType.Bool)]bool fBlockIt);
private void button1_Click(object sender, EventArgs e)
{
BlockInput(true);
BlockInput(false);
}
锁定键盘、鼠标
转载本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。
下一篇:如何将.sof转换成.jic
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
C# 锁定键盘,鼠标
C# 锁定键盘,鼠标
C# 锁定键盘鼠标 -
opencv锁定鼠标定位
opencv锁定鼠标定位
opencv 人工智能 计算机视觉 回调函数 右键 -
如何解决Mac电脑键盘上的大写锁定键灯不亮?
如何解决Mac电脑键盘上的大写锁定键灯不亮?
大写键盘不亮 苹果Mac 辅助功能键盘 偏好设置 输入模式 -
android键盘锁定问题android 休眠状态