摘要:
private void textBox1_KeyPress(object sender, KeyPressEventArgs e) { if ((e.KeyChar 57) && (e.KeyChar != 8)) ... 阅读全文
posted @ 2008-09-06 23:21 慧神星 阅读(295) 评论(0) 推荐(0)
|
摘要:
private void textBox1_KeyPress(object sender, KeyPressEventArgs e) { if ((e.KeyChar 57) && (e.KeyChar != 8)) ... 阅读全文
posted @ 2008-09-06 23:21 慧神星 阅读(295) 评论(0) 推荐(0) |
||