Inputbox which will display only password charaters (like *) in vb.net
I want the code for inputbox which will display only password characters like *. This will be written 开发者_如何学运维in a CLASS in vb.net. I am using VISUAL STUDIO 2008
Is there something wrong with the TextBox control and setting its PasswordChar property to *
? Or using PasswordBox if it is a WPF application that you are working on?
Have a look at TextBox.PasswordChar Property
精彩评论