1.首先引入System.Runtime.InteropServices
using System.Runtime.InteropServices;
2.在类内部声明两个API函数,它们的位置和类的成员变量等同.
[System.Runtime.InteropServices.DllImport("user32.dll")] //申明API函数
public static extern bool RegisterHotKey(
IntPtr hWnd, // handle to window
...
04
2012
04
在C#程序中使用系统热键
发布:郑德才博客 | 分类:学习之路 | 评论:0 | 浏览: