摘要:
private void TextBox1_KeyPress(object sender, KeyPressEventArgs e) //文本框输入字符过滤 { if (Convert.ToInt32(e.KeyChar) >= 48 && Convert.ToInt32(e.KeyChar) < 58 || //包括数字 //(Convert.ToInt32(e.K... 阅读全文
posted @ 2009-11-10 13:17
耍家
阅读(2557)
评论(0)
推荐(0)
浙公网安备 33010602011771号