MAskedTextBox Custom Mask

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am implementing a MaskedTextBox control in a Windows Form application. The
valid user’s input is : [1-9] , namely: a single, numeric character,
excluding the digit ZERO (0).

Using a numeric mask (“#â€, “0â€, or “9â€) does not provide the answer, since
these masks do allow enreing ZERO (0).

Any idea how to implemt it?

Thanks!

Shaul Sondak
 
Back
Top