Question: Create a Visual Basic application Write a program to approve a password. The password must have at least four of the following: be at least
Create a Visual Basic application
Write a program to approve a password.
The password must have at least four of the following: be at least eight characters, use an upper case letter, use a lower case letter, use a digit and use a special character.
Have the user enter the password in the TextBox. Every change should check the password to see if the requirements are met. When a criterion is met, display the criterion and OK and change the color of hte text to black. When it's not OK, the color must be red.
When at least four of the five requirements are met, change the Label from "Password" to "Password Approved". Use red text for "Password" and black text for "Password Approved"

Your Name Goes Here Password Length Upper Case OK Lower Case Digit Special Character Your Name Goes Here Password Length Upper Case OK Lower Case Digit Special Character
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
