I want to validate the input of a TextBox to be a binary number.
I know I can do this with RegEx but I wanted a more 'inmediate' validation, like allowing just 1's and 0's to be entered.
I thought of using MaskedTextBox but I don't know how to just allow those two characters.