- Home
·
- Encryption
·
- This is a password login program simple and effective!
This is a password login program simple and effective!
This is a password login program simple and effective!
Rate This is a password login program simple and effective!
(2(2 Vote))
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
This is a password login program simple and effective! Comments
No comments yet — be the first to post one!
Post a Comment