B
Brett Romero
I have a masked textbox that excepts values of 0 thru 99. The mask is
00. Tabbing into this box is fine but if you click into it, you are one
space over from the left. This means you can only type one number. So
you have to hit <backspace>. How do I make it so clicking into this
box puts your cursor all the way to the left side?
Also, I can't get the box to accept the range "-1" thru "99". How can
that be done?
..NET 2.0 of course.
Thanks,
Brett
00. Tabbing into this box is fine but if you click into it, you are one
space over from the left. This means you can only type one number. So
you have to hit <backspace>. How do I make it so clicking into this
box puts your cursor all the way to the left side?
Also, I can't get the box to accept the range "-1" thru "99". How can
that be done?
..NET 2.0 of course.
Thanks,
Brett