|
-
Nov 18th, 2003, 07:02 PM
#1
Thread Starter
New Member
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
-
Nov 18th, 2003, 07:10 PM
#2
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.
-
Nov 18th, 2003, 11:24 PM
#3
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|