![]() |
Simple Log In before running app?
I am new to this forum but I am not here just to leech. As soon as I know more about vb I will surely answer people's questions if i know its answer but here is my question
how to make a simple Log In before launching my application. Just a simple Log in that uses if - else function . Ill set only 1 password for that because our assignment really is to make a log in screen and make a good IU on it. Hope you can help me. A downloadable project is much appreciated. |
Re: Simple Log In before running app?
Make the start form to ask for login and if the credentials are right move on to form2 or else give a message box
|
Re: Simple Log In before running app?
if txtlogin.text = "iam" and txtPwd.text = "dumb" then
frmOK.show() else msgbox("NOPE") end if |
| All times are GMT +5.5. The time now is 18:47. |