Jump to content

Passwords

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
How can I make my textbox display ***** when typing in them?

#2
hoser2001

hoser2001

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
in the properties toolbox you will find an option called "passwordchar" click in the empty space next to it and type in a *

#3
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
That was so simple and yet I've never seen any documentation for it. I used ~ instead and it worked perfect! Thanks.

#4
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
Yeah, some things you just have to look around to find. I've spent hours trying to code something that was already a built-in function I didn't know about.

#5
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
How did you guys find out about them?

#6
hoser2001

hoser2001

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
Well, some simple stuff like that you just have to play around with the development software to find, some stuff you find on tutorials or code sharing sites like http://www.codeproject.com