博客园  :: 联系 :: 管理

2007年5月11日

摘要: 引用命名空间using System.Runtime.InteropServices; 在类中引用方法 [DllImport("user32.dll",SetLastError=true)] public static extern bool RegisterHotKey(IntPtr hWnd, int id, uint control, Keys vk);... 阅读全文

posted @ 2007-05-11 16:24 独孤雁 阅读(659) 评论(0) 推荐(0)