|
-
Apr 24th, 2005, 09:12 PM
#1
Thread Starter
Frenzied Member
Masked Edit Box
Hey,
Is there an equivalent to the Masked Edit Box in VB.net?
Don't anthropomorphize computers -- they hate it
-
Apr 24th, 2005, 09:28 PM
#2
Re: Masked Edit Box
 Originally Posted by vbgladiator
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.
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..
-
Apr 26th, 2005, 07:32 AM
#3
Hyperactive Member
Re: Masked Edit Box
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)
Live long and prosper (Mr. Spock)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|