1. sayfa
private void textBox40_KeyPress(object sender, KeyPressEventArgs e) { if ((char.IsDigit(e.KeyChar) == false) && (e.KeyChar != (char)08)) { e.Handled = true; } }
50 tane textbaox var hepsinin keypress özelliğinde bu var