Thread
:
Simple Log In before running app?
View Single Post
ManzZup
Skilled contributor
24Jan2010,20:00
if txtlogin.text = "iam" and txtPwd.text = "dumb" then
frmOK.show()
else
msgbox("NOPE")
end if