Hey,
Is there an equivalent to the Masked Edit Box in VB.net?
Printable View
Hey,
Is there an equivalent to the Masked Edit Box in VB.net?
as what i've experienced using vb.net i think there is no controls in vb.net that behave like masked edit box.Quote:
Originally Posted by vbgladiator
you must code it to your self on what character you would like to input in a textbox but textbox has a property of passwordchar if you would like the input in your textbox will be shown in * # etc..
If you can wait and if you are considering to buy it, in VS2005 there is a maskededit. If not, you have to build your own dedicate controls, starting from a textbox. I did something for numeric input (auto formatting during entering data) and for Date( but only for my usage and with italian convention)