2015年8月19日
摘要: 当首次按下键盘上某个键时发生事件。例如 private void Form1_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.Z) { ... 阅读全文
posted @ 2015-08-19 15:46 凌波小屋 阅读(3360) 评论(0) 推荐(0) 编辑
摘要: public void SetCursor(Bitmap cursor, Point hotPoint) { int hotX = hotPoint.X; int hotY = hotPoint.Y; Bitmap m... 阅读全文
posted @ 2015-08-19 15:42 凌波小屋 阅读(2159) 评论(0) 推荐(0) 编辑