摘要:
当首次按下键盘上某个键时发生事件。例如 private void Form1_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.Z) { ... 阅读全文
posted @ 2015-08-19 15:46
凌波小屋
阅读(3435)
评论(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
凌波小屋
阅读(2173)
评论(0)
推荐(0)
浙公网安备 33010602011771号