Need logic for a password sample program in vb6
Asked By
10 points
N/A
Posted on - 12/02/2012
how can i convert the characters into "*" in a password sample program in vb6 in simple structure programming ?? thanks
how can i convert the characters into "*" in a password sample program in vb6 in simple structure programming ?? thanks
Hi Miller,
If you want to make the password you created not to show up or to show asterisks (*)instead of showing the exact password you have created for encryption purposes, locate the box for PasswordChar as shown in the image below. Change the PasswordChar setting to asterisk or just key in (*).
This will hide the password and shows up symbols instead.Â