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!
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!
Hello. What language and IDE you are using? In VS just set the Password property of the text box to true...
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 *
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.