VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



makes app password protected

by Tony [email protected] (8 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 15th June 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

makes app password protected

Rate makes app password protected



    If txtPass = "PASSWORD GOES HERE Then'desired password can be given
        form2.show
    Else
        MsgBox "Incorrect Password Please tyr again", , "Alert......."
        txtPass = ""
        txtPass.SetFocus
    End If
End Sub


Download this snippet    Add to My Saved Code

makes app password protected Comments

No comments have been posted about makes app password protected. Why not be the first to post a comment about makes app password protected.

Post your comment

Subject:
Message:
0/1000 characters