摘要:Numeric TextBoxprivate void textBox1_KeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e){if ( !( char.IsDigit( e.KeyChar ) || char.IsControl( e.KeyChar ) ) ){e.Handled = true;}}Numeric T...
阅读全文
posted @ 2006-04-21 22:34
浙公网安备 33010602011771号