Hi,
I have the following InputMask: AAAAA.9.A.999.99.AAAAAA
Can I limit what values are entered in specific section like, the second section "9" should only allow 1-9 digits. The third section "A" should allow only the 'B" character but it is optional. And the "999" should allow a number from 12 to 999.
Thanks
No, there's no way to do that with a mask. You could probably do it by trapping the KeyDown event, but it would be tricky.