Reference no: EM132178273
Visual Basic help. I need help creating a Visual Basic Project. Below are the details of what is needed of the project
Interface has five text boxes and one GO button.
Ask user for first name, middle name and last name, username and a password
If any of the names are unavailable, user must use X
User name must be at least 5 characters long
Password must be at least 8 characters long
Neither username nor password must contain the first 3 alphabets of any of the names
Username and password must not be same, even if their cases are different.
Create an alias by extracting three alphabets from middle of the username and appending the current year to it.
To display messages use Message.Show("message body")