- Home
·
- Encryption
·
- very simple form where user needs to enter a right password and username to enter
very simple form where user needs to enter a right password and username to enter
very simple form where user needs to enter a right password and username to enter
Rate very simple form where user needs to enter a right password and username to enter
(2(2 Vote))
If Text1.Text = "dima" And Text2.Text = "volos" Then
MsgBox ("Correct, access granted")
Me.Hide
form2.Show
Else
MsgBox ("Sorry, but pass or username is wrong")
Text1.Text = ""
Text2.Text = ""
Exit Sub
End If
End Sub
very simple form where user needs to enter a right password and username to enter Comments
No comments yet — be the first to post one!
Post a Comment