Truly
写精彩代码 品暇逸人生
摘要: 使用Win32 API进行键盘UI设计,代码较多未整理,相关函数请看注释,点击 这里 下载完整代码。下一篇文章我们将讨论C#的定时器,最后是一篇用这些知识编写一个基于GDI+的小游戏的文章,敬请关注。using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.... 阅读全文
posted @ 2006-04-14 17:20 Truly 阅读(1378) 评论(0) 推荐(0) 编辑
摘要: Form1.cs private void Form1_Load(object sender, System.EventArgs e) { // 设置热键 SetHotKey(false, false, false,false,Keys.Space ); } ... 阅读全文
posted @ 2006-04-14 11:44 Truly 阅读(3195) 评论(0) 推荐(1) 编辑