|
|
|
|
|
Learn Visual Basic 6.0 |
| Form1: | BorderStyle | 1-Fixed Single |
|---|---|---|
| Caption | Password Validation | |
| Name | frmPassword | |
| Label1: | Alignment | 2-Center |
| BorderStyle | 1-Fixed Single | |
| Caption | Please Enter Your Password: | |
| FontSize | 10 | |
| FontStyle | Bold | |
| Text1: | FontSize | 14 |
| FontStyle | Regular | |
| Name | txtPassword | |
| PasswordChar | * | |
| Tag | [Whatever you choose as a password] | |
| Text | [Blank] | |
| Command1: | Caption | &Validate |
| Default | True | |
| Name | cmdValid | |
| Command2: | Cancel | True |
| Caption | E&xit | |
| Name | cmdExit |