Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Masking input in InputBox
Message
From
01/10/2004 12:33:14
 
 
To
01/10/2004 12:24:41
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00947981
Message ID:
00947985
Views:
17
This message has been marked as the solution to the initial question of the thread.
Hi, Mike,

Don't know if this will help, but the Winforms textbox control has a property called 'PasswordChar'. I usually set it to an asterisk(s) for something like that. You can also do something like...
 textBox1.PasswordChar = '\u25CF';
Give that a try and let me know if that works for you. I use a small form to prompt for user id and password, I've never tried an inputbox for something like that.

Kevin
Previous
Reply
Map
View

Click here to load this message in the networking platform