博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年7月14日

摘要: C#注册热键【快捷键】代码2010-01-28 15:46:39|分类: 默认分类 |标签: |字号大中小订阅using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using System.Windows.Forms; namespace WindowsApplication1 { public class HotKey { //如果函数执行成功,返回值不为0。 //如果函数执行失败,返回值为0。要得到扩展错误信息,调用GetLastErr 阅读全文

posted @ 2011-07-14 11:14 汪日平 阅读(311) 评论(0) 推荐(0)