How to make an Advanced Login System in visual basic 6.0 [Portable]

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
5,629
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on May 1, 2009

Module 1

Public Sub Creatuser()
On Error GoTo A
Dim user, pass As String
user = Form2.Text1.Text
pass = Form2.Text2.Text
Open App.Path & "/Users/" & user & ".urs" For Output As #1
Print #1, user
Print #1, pass
Close #1
MsgBox "Your account has been created", vbInformation, "Congratulations"
Form2.Text1.Text = ""
Form2.Text2.Text = ""
Exit Sub
A:
MsgBox "Can't Make Account", vbCritical, "Error"
'don't worry the codes will be in the description!
End Sub

Module 2


Public Sub TryLogin()
On Error GoTo A
Dim user, pass, RUser, Rpass As String
user = Form1.Text1.Text
pass = Form1.Text2.Text
Open App.Path & "/Users/" & user & ".urs" For Input As #1
Input #1, RUser
Input #1, Rpass
Close #1
If user = RUser Then If pass = Rpass Then GoTo Login Else
End If
End If
MsgBox "Password is invalid", vbCritical, "Error"
Exit Sub
Login:
MsgBox "Login Succesfuly", vbExclamation, "Success"
Form3.Show
Exit Sub
A:
MsgBox "Username is invalid", vbCritical, "Invalid Info"
' remember i will give codes!
' and they will be labeled so you will know!

Category:

Science & Technology

Tags:

License:

Standard YouTube License

  • likes, 2 dislikes

Link to this comment:

Share to:

Uploader Comments (kazuya899)

  • you suck

  • i know u do =)

  • Hey guys, the codes i gave in the description are the ones that i used in the video! be aware of that

see all

All Comments (19)

Sign In or Sign Up now to post a comment!
  • My register feature dont work for some reason.

  • @kazuya899 that mothafucking *click* really sucks!

  • error can't make account

  • Its awsome I really love it! Just 1 thing thoe. When I make it the place where it's aspost to say their Username and Password It only says there username on the file then when u click on it it says that file is invalid May you please help me?

  • thanks sooooooooooooooooooooooooooooo­oooooooooooooooooooooo much!!!

  • it says end if without block if

  • what if i want to put the password and username on a database table in sql? whats the new path i need to type? help plz. ty

  • if someone uses it on a different computer will it save into my notpad??

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more