2019年11月22日

摘要: 首先设置窗体KeyPreview属性为True。 使用窗体KeyPress事件 private void FormMain_KeyPress(object sender, KeyPressEventArgs e) { switch (e.KeyChar) { case 'w': case 'W': 阅读全文

posted @ 2019-11-22 22:05 冰糖Luck1996 阅读(247) 评论(0) 推荐(0) 编辑

摘要: ASCII 阅读全文

posted @ 2019-11-22 21:40 冰糖Luck1996 阅读(103) 评论(0) 推荐(0) 编辑