Results 1 to 3 of 3

Thread: A inputbox for passwords?

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2002
    Location
    Sweden
    Posts
    15

    A inputbox for passwords?

    Hello! Does VB.Net contains inputboxes for passwords? I mean boxes with the same functionality as a inputbox, but with passwordschar, so that if I type in "abc" the inputbox displays, for example, "***" or "###". Or does I have to make one myself with a form or something like that?

    /Anders

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Just set the PasswordChar property of the normal Textbox to whatever character you want to use and it will do that. Example PasswordChar="*" will display * for every character in the textbox.

  3. #3
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    There were 2 API's that you could call in VB6 that would allow you to do this, but I don't think they are supported in .NET
    Last edited by Memnoch1207; Nov 18th, 2003 at 11:47 PM.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

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