- Version
- Download 175
- File Size 458.54 KB
- File Count 1
- Create Date April 28, 2016
- Last Updated April 28, 2016
Set at least six (6) characters password in Visual Basic 6
Set at least six (6) characters password in Visual Basic 6
This sample program in visual basic 6 will demonstrate on how to set at least six (6) minimum characters in password entry.
The program has a database for storing the records (username and password). The program will only save the entry if the username has no duplicate in the database and the password must be six characters or more else the program will prompt you with an error message.