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

How To: Make a login system in VB 2008

Loading...

Sign in or sign up now!
2,420
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Dec 1, 2008

Comment
Rate
Subscribe

Please Support Me By Donating To Me via PayPal:
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=33CW5GU6YKF...

Any Donation Amount Is Appreciated. Please Donate

Also Visit My Company SaturnPro at: www.saturnpro.yolasite.com


Here is the code:
Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click On Error GoTo A Dim username As New System.IO.StreamReader(CurDir() & "/" & TextBox1.Text & ".txt") Dim username2, password As String username2 = username.ReadLine() password = username.ReadLine() username.Close() If password = TextBox2.Text Then MsgBox("welcome, " & username2) Else MsgBox("Wrong password") End If Exit Sub
A: MsgBox("User does not exist") End Sub Private Sub Label2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label2.Click End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Me.Close() End Sub
End Class

Category:

Education

Tags:

License:

Standard YouTube License

Link to this comment:

Share to:

Top Comments

  • Just ignore them dude. Your good and you know it, so they shouldnt complain. Even if they can do better, they dont need to try put you down about it. Just leave em to complain on their own lawl, its not like you should care about their moaning. :)

  • and nice song

see all

All Comments (23)

Sign In or Sign Up now to post a comment!
  • @aidanthwoods Oh thanks, but it's ok now. My comment was 5 months ago, and I found a different way to do it :) thanks anyways :)

  • @aidanthwoods ok it didn't let me. I've put what I think was his code on my website: w w w . test-web.webs . com/Codes/Youtube-help_codes/ but I can't be sure. Anyways good video mate! just take the spaces out the first bit

  • @mysteryloser24 Sometimes when people put code in the description it takes out or doesn't let them put the new lines in. I will try put the code across some comments.

  • same...

  • @Deadlyman66 forward port 8888 and make a onine server with a usernames and pass add a regetseration page and simply add..  clientSocket.Connect("IPADDRES­SHERE", 8888)

  • Making a Simple log in system is easy .. I wanted to know how to make a log in system that would really log you into a account in the internet.. Depending on what website..

  • Oh hey no problem dude ;)

Loading...

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