How to make a simple Login in VB 2008 Express
Add 2 settings:
user
pass
set a username and password you want
code:
Ok button click on login:
if usernametextbox.text = my.settings.user then
if passwordtextbox.text = my.settings.pass then
msgbox("Login Successful!", styleinformation)
form1.showdialog()
form1.bringtofront()
me.close()
else
msgbox("Login Failed!", stylecritical)
end if
that was roughly typed up, this tutorial is very simple make sure you watch it in full screen for best quality it was recored in 1400 x 900 (19" wide)
Please subscribe and comment etc
Link to this comment:
All Comments (0)