Login program
Login program
Rate Login program
(2(2 Vote))
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
Login program Comments
No comments yet — be the first to post one!
Post a Comment