Make a loginform with a simple text
Make a loginform with a simple text
Rate Make a loginform with a simple text
(2(2 Vote))
If Form1.Text1 = "ralph" Then ' here you chose the password
Form2.Show
Me.Hide
Else
MsgBox "wrong password"
End If
Make a loginform with a simple text Comments
No comments yet — be the first to post one!
Post a Comment