Need logic for a password sample program in vb6

Asked By 10 points N/A Posted on -
qa-featured

how can i convert the characters into "*" in a password sample program in vb6 in simple structure programming ?? thanks

SHARE
Answered By 0 points N/A #153286

Need logic for a password sample program in vb6

qa-featured

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. 

Related Questions