VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This is a password login program simple and effective!

by Mark Greenall (10 Submissions)
Category: Encryption
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Fri 23rd February 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This is a password login program simple and effective!

Rate This is a password login program simple and effective!



then u need a timer.
--------------------------------------------------------------------------------

Private sub command1_Click()
if text1 = "Put Your Chosen Username Here!" then
timer1.enabled=true
else
end if
end sub

Private Sub Timer1_Timer()
If text2 = "Put Your Chosen Password In Here!" Then
Login = True
Form2.Show
Unload Me
Timer1.enabled = False
Else
Timer1.enabled = False
End If
End Sub

Download this snippet    Add to My Saved Code

This is a password login program simple and effective! Comments

No comments have been posted about This is a password login program simple and effective!. Why not be the first to post a comment about This is a password login program simple and effective!.

Post your comment

Subject:
Message:
0/1000 characters