Program 23

Password Application

Many programs are password protected and require the user to enter the correct password to get across to the application.

The password is kept secret by showing a special character, often an asterik(*), in place of each letter typed in the text box.

This is done at design time by typing * in the password Char property of the text box object. Develop a password application that is similar to those used in applications that are password protected.

Note: Declare password as string.

Save as Program 23.

Turn in code, form image, and flowchart.

Back to Main Page