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

2009年7月30日

摘要: 使用方法在Program.cs里的Main里调用就好了LoadProcess.StarPoint()第1个参数是用来给已启动的进程发送的消息.. [STAThread] static void Main(string[] args) { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); if (LoadProcess.StarPoint("哈哈", true)) { Form2 _Form=new Form2(); LoadProcess.LoadP 阅读全文

posted @ 2009-07-30 20:23 codingsilence 阅读(293) 评论(0) 推荐(0) 编辑

摘要: 使用方法 private RegisterHotKeyClass _RegisKey = new RegisterHotKeyClass(); private void Form2_Load(object sender, EventArgs e) { _RegisKey.Keys = Keys.Q; _RegisKey.ModKey = RegisterHotKeyClass.MODKEY.MOD_CONTROL | RegisterHotKeyClass.MODKEY.MOD_ALT; _RegisKey.WindowHandle = this.Handle; _RegisKey.HotKe 阅读全文

posted @ 2009-07-30 16:58 codingsilence 阅读(230) 评论(0) 推荐(0) 编辑