hi
Is there any way of making the input to a inputbox show as astrix? Im entring a password and dont want it to be shown on the screen.

Any suggestions would be great. Thankyou!

Recommended Answers

All 6 Replies

Hello. What language and IDE you are using? In VS just set the Password property of the text box to true...

sorry i m using vb.net, and yeah i dun want to create another form if possible. any idea?

Set the PasswordChar property of the box to '*' char.

text input box of course

Did not get anyting. thnk you anyway

hi
Is there any way of making the input to a inputbox show as astrix? Im entring a password and dont want it to be shown on the screen.

Any suggestions would be great. Thankyou!

Set UseSystemPasswordChar to False
and
PasswordChar to *

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.