[Solved] Textbox don’t allow typing ” \ ” 2 times after each other [duplicate]
a textreplace isn’t working in my case. i need an error shown up when a user leaves the box when he types more then one \ If this is what you really want you need to use a ErrorProvider. Add one to your form then add the following code to the texbox’s Validating event and … Read more