ThePentiumGuy Posted June 1, 2003 Posted June 1, 2003 textbox password Chars In a textbox, how do you set its property so that the characters displayed in are in password format (*). I don't want the actual letters show, i want some asterisks(*) shown Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
*Experts* mutant Posted June 1, 2003 *Experts* Posted June 1, 2003 Go to PasswordChar property and set a symbol that will cover all other letters. For ex. type "*" in there and it will look like standard password box. Quote
ThePentiumGuy Posted June 1, 2003 Author Posted June 1, 2003 oh ok Basically the passwordChar is a character that can be used to mask the textBox, in WindowsXP, they use Dots as Password Char masks, how do you those, its ALT + something, i forgot ¨� = ALT + 9 + 8 + 7 I need the Windows XP (dot) mask Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
AndreRyan Posted June 2, 2003 Posted June 2, 2003 Use the XP Styling Manifest, I think it converts it automatically Quote .Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?
Leaders dynamic_sysop Posted June 2, 2003 Leaders Posted June 2, 2003 just set the textbox font to wingdings and use this l as the password char :) Quote
iebidan Posted June 3, 2003 Posted June 3, 2003 Using the WXP dots can only be done when the person uses WXP, on other versions you won't be able to use the dots, but as always there should be a trick to do it outside WXP calling some API's. If I find something I'll let you know. or do what dynamic_sysop says meanwhile Quote Fat kids are harder to kidnap
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.