How can I return the key?, mean if I want to allow only integer values in the textbox, how can I don\'t allow user to not enter non-integers, regarding, KeyPress
KeyPress
You could use MaskedTextBox and force it to be integer only.
MaskedTextBox