Results 1 to 3 of 3

Thread: Masked Edit Box

  1. #1

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950

    Masked Edit Box

    Hey,

    Is there an equivalent to the Masked Edit Box in VB.net?
    Don't anthropomorphize computers -- they hate it

  2. #2
    Frenzied Member mar_zim's Avatar
    Join Date
    Feb 2004
    Location
    Toledo Cebu City.
    Posts
    1,416

    Re: Masked Edit Box

    Quote 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..

  3. #3
    Hyperactive Member
    Join Date
    Mar 2004
    Location
    Prato - Tuscany - Italy
    Posts
    461

    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
  •  



Click Here to Expand Forum to Full Width