Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Tutorial 1 - Login system with register

Loading...

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

Uploaded by on Apr 9, 2010

Blog : http://vbasichelper.blogspot.com/
If you have any feel free to post it on the coment section
Code:

Button CLOSE
Me.close End Sub

Button Register Dim usr As String = TextBox1.Text Dim pass As String = TextBox2.Text If usr = "" Then MsgBox("You must choose a username", MsgBoxStyle.Critical) Else If pass = "" Then MsgBox("You must choose a password", MsgBoxStyle.Critical) Else If My.Computer.FileSystem.DirectoryExists("C:\login\" & usr) Then MsgBox("The username already exists", MsgBoxStyle.Critical) Else If My.Computer.FileSystem.DirectoryExists("C:\login") = False Then MkDir("C:\login") End If MkDir("C:\login\" & usr) Dim escrever_pass As New System.IO.StreamWriter("C:\login\" & usr & "\pass.txt") escrever_pass.Write(pass) escrever_pass.Close() MsgBox("Your account has been created!") End If End If End If End Sub

Button LOGIN




Dim usr As String = TextBox1.Text Dim pass As String = TextBox2.Text If usr = "" Then MsgBox("You must choose a username", MsgBoxStyle.Critical) Else If pass = "" Then MsgBox("You must choose a password", MsgBoxStyle.Critical) Else If My.Computer.FileSystem.DirectoryExists("C:\login\" & usr) = False Then MsgBox("The username doesn't exist", MsgBoxStyle.Critical) Else Dim baixar_pass As String = My.Computer.FileSystem.ReadAllText("C:\login\" & usr & "\pass.txt") If pass = baixar_pass Then MsgBox("You're logged in") Else MsgBox("The password is incorrect!", MsgBoxStyle.Critical) End If End If End If End If End Sub

Category:

Education

Tags:

License:

Standard YouTube License

  • likes, 7 dislikes

Link to this comment:

Share to:

Top Comments

  • what a gay voice ;)

  • @wengggski thats shit man :( why you gotta be like that?

see all

All Comments (35)

Sign In or Sign Up now to post a comment!
  • @tizzoi nasa description na nga eh obob

  • can i have the source code..? just wanna try.. send here - tizzoi_ian@yahoo.com tnx

  • Could you please send me this source? Thanks.

    -Rancid

  • when I put in a wrong username without a password,I get this:

    Could not find a part of the path 'C:\login\dghdhdk\pass.txt'.

    Please help me.

  • lazy tutorial maybe show you makeing the database for the created login detials -10 for effort

  • thank you so much..., it works... :-) :-)

  • Thanks but kinda wanted this with a database but this is one big step :)

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