his tut is about how to make a simple login system on vb8
first you will need:
Brain!
2 textbox's
2 buttons
2 labels
Okay lets start!
first go to file>new project
Add all the stuuf u will ned
(2 textbox's 2 buttons 2 labels)
Then place them out how you want.
First rename button1 on to:
Login
Secondly rename button2 to:
Exit
Then rename label 1 to:
Username
Then rename label2 to:
Password
now go to:
Project>Add windows form>name it
Now it should look some thing like this:
Now lets get on to the code (Dont be scared it so so easy)
Right code for exit:
Me.Close
Code for Login:
If TextBox1.Text = ("Username") Then
TextBox1.Text = ("Password")
Form2.Show()
If you want it to be a bit more professinal
clcik on textbox2 look for password char and type *
*note* I made this tut on my site so you know im not trying to take credit.
thanks~
u1111u