Posts by JPXPORT • 1 point
1 post
-
0
votes4
answers447
viewsA: C# Textbox to stop receiving after comma
To solve this problem dynamically, I suggest the following: Creation of the Keypress event //Validação de Input na textBox private void textBox1_KeyPress(object sender, KeyPressEventArgs e) { if…