Select All Text In A MaskedTextBox On Enter
Posted September 25th, 2008 by WesleyI encountered something weird yesterday evening. In a MaskedTextBox, I wanted to select the entire text when a user enters the box, using the SelectAll method in an Enter event handler. It didn’t work…
Fortunately, we have Google! After a quick search I found someone with the same problem and a solution. By simply invoking (and [...]