Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Masking input in InputBox
Message
De
01/10/2004 12:33:14
 
 
À
01/10/2004 12:24:41
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00947981
Message ID:
00947985
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform