MaskedTextBox
Date: 11/18/05
(C Sharp) Keywords: no keywords
Hi guys,
I am trying to make a text box that will allow users to enter values without having to stick to proper mask positions.
Say, I want them to enter a numeric value from 0 to 9,999,999.00 (culture specific). I add a mask "9,999,999.00".
So, if a user wants to enter "120" for $120, they will have to move to a proper mask position and then enter their values because the textbox will look like this: "_,___,___.00".
Is there a way for a blank text box that will just accept proper input chars?
Source: http://community.livejournal.com/csharp/41786.html