Here is a Quick tutorial on how to make a Login System...
HOW TO:
1) Create a project and name it whatever you want...
2) Create A Button and a Textbox...
3) View the code on your Button and put...
4) Thats all!Code:If Not TextBox1.Text = "VB6Learner" Then MsgBox("Invalid Password") End If If TextBox1.Text = "VB6Learner" Then LoggedIn.ShowDialog() End If
This is very easy and can be done within a minute lol...
I thought I should just give this for all the beginners and all the people that might of just wanted to know how to do this! I added A little extra in the Logged in form nothing that special tho...




Reply With Quote