What's new

Closed How to make simple login system[vb]

Status
Not open for further replies.

asnar001

Enthusiast
Joined
Dec 26, 2014
Posts
4
Reaction
3
Points
63
Things you Need

-2 Textbox
-1 Button

Then Double Click Button and Paste this Code

if textbox1.text="asnar001" and textbox2.text="phcorner" then
msgbox("Login Success !")
else
msgbox("Login Failed !")



Done ! :D
username: asnar001
password: phcorner


sana makatulong sa mga starter ng vb :D
 
Status
Not open for further replies.
Back
Top