|
急!Ce5.0给窗体如何加快建键????????
[复制链接]
急!Ce5.0给窗体如何加快建键????????
在Windows 上的方法编译不过去。重写键盘事件没反应。
//protected override void OnKeyPress(KeyPressEventArgs e)
//{
// if (e.KeyChar.ToString() == "j")
// {
// lbl_pic.Text = "E";
// }
// else
// {
// base.OnKeyPress(e);
// }
//}
|
|