2016年7月13日
摘要: public class KeyboardHook { #region ---------导入DLL-------- //使用钩子,需要使用WindowsAPI函数,所以要先声明这些API函数。 /// /// 安装键盘钩子 /// /// [DllImport("user32.dl... 阅读全文
posted @ 2016-07-13 09:14 江春暮雪 阅读(483) 评论(0) 推荐(0)