می تونی از کد زیر هم استفاده کنی
(void tbdigit_KeyPress(object sender, KeyPressEventArgs e
}
( ( ( if ( !(Char.IsDigit(e.KeyChar) || Char.IsControl(e.KeyChar
; e.Handled = true
{
می تونی از کد زیر هم استفاده کنی
(void tbdigit_KeyPress(object sender, KeyPressEventArgs e
}
( ( ( if ( !(Char.IsDigit(e.KeyChar) || Char.IsControl(e.KeyChar
; e.Handled = true
{