VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Login program

by Mark G (2 Submissions)
Category: Encryption
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Tue 6th February 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Login program

Rate Login program



drag a command button to the form and type in the following:

Private Click1_Click()
if text1 = "Username goes here!" then 
timer1.enabled = true
else
end if
end sub

Private Timer1_Timer()
if text2 = "Password goes here!" then
form2.show
unload form1
else
msgbox "Error Wrong Username or password!" , vbcritical,  "Error"
form1.enabled = false
end if
end sub

Download this snippet    Add to My Saved Code

Login program Comments

No comments have been posted about Login program. Why not be the first to post a comment about Login program.

Post your comment

Subject:
Message:
0/1000 characters