VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



very simple form where user needs to enter a right password and username to enter

by Dimitry Volos (2 Submissions)
Category: Encryption
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 14th March 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



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


Download this snippet    Add to My Saved Code

very simple form where user needs to enter a right password and username to enter Comments

No comments have been posted about very simple form where user needs to enter a right password and username to enter. Why not be the first to post a comment about very simple form where user needs to enter a right password and username to enter.

Post your comment

Subject:
Message:
0/1000 characters