MAskedTextBox Custom Mask

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top