Post New Thread
Results 1 to 5 of 5

Thread: Visual Basic Question

  1. #1
    200 Point Level Subversus's Avatar
    Join Date
    Mar 2004
    Posts
    249

    Visual Basic Question

    Say you have a textbox in which the user would enter, say, a password.

    As the user types this password, you want the characters to be masked with the character * (ie. pw123 = *****)

    How does one go about coding this?

  2. #2
    75 Point Level
    Join Date
    Feb 2004
    Posts
    75

    pretty sure its a textbox property its been a while since i used vb but yea try looking up the properties for textbox.

  3. #3
    50 Point Level ammaninja's Avatar
    Join Date
    Apr 2007
    Posts
    75

    windows only feature

  4. #4
    200 Point Level Subversus's Avatar
    Join Date
    Mar 2004
    Posts
    249

    i suspected that but discarded the idea quickly, i'll check it out right now

  5. #5
    200 Point Level Subversus's Avatar
    Join Date
    Mar 2004
    Posts
    249

    so i guess it's the "PasswordChar" option property.. thanks

Post New Reply

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts