博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年9月6日

摘要: private void textBox1_KeyPress(object sender, KeyPressEventArgs e) { if ((e.KeyChar 57) && (e.KeyChar != 8)) ... 阅读全文

posted @ 2008-09-06 23:21 慧神星 阅读(295) 评论(0) 推荐(0)