Results 1 to 7 of 7
  1. #1
    Iamazn's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    141
    Reputation
    10
    Thanks
    85

    A better Login System

    What it does:
    This is not one of those
    Code:
    If TextBox1.Text = "1" AND TextBox2.Text = "1" Then
    MessageBox.Show("")
    End If
    This is a BIT more advanced then that, you can also make an account.
    It DOES NOT store the account info in a .TXT file
    It stores the account info in a form.

    Virus Scan

  2. The Following 3 Users Say Thank You to Iamazn For This Useful Post:

    angahkechik11 (01-23-2015),Hell_Demon (10-14-2009),Marsicano (10-13-2009)

  3. #2
    mcjang's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    That's what she said.
    Posts
    923
    Reputation
    16
    Thanks
    4,294,967,295
    My Mood
    Angelic
    wtf is this?

  4. #3
    Iamazn's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    141
    Reputation
    10
    Thanks
    85
    Login thing....

  5. #4
    Marsicano's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Brazil
    Posts
    371
    Reputation
    16
    Thanks
    67
    My Mood
    Lonely
    This one is far better than that

    If TextBox1.Text = "" and TextBox2.text = "" Then
    MsgBox("Login Succeded")
    End If
    Last edited by Marsicano; 10-13-2009 at 07:08 PM.

  6. The Following User Says Thank You to Marsicano For This Useful Post:

    [MPGH]Silent (12-09-2016)

  7. #5
    gwentravolta's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    A cardboard Box
    Posts
    311
    Reputation
    9
    Thanks
    46
    Actually, this one is far better
    Code:
    If textbox1.test = "1" and textbox2.text = "2" then
         msgbox("learn2code!",16,"Noobzorz!")
    EndIf
    Ill put a real example in a minute:

    first set up wampserver. then have it d/l and search the .html page for a combination.


    Posts:
    10 posts []
    50 posts []
    100 posts []
    500 posts []

    Thanks:
    5 thanks []
    10 thanks []
    100 thanks []

    Profile:
    Make a signature []
    Set a profile picture []

    Hacks:
    Download and use a hack []
    Get a virus []
    ... or two... []
    Release my own hacks []



  8. The Following User Says Thank You to gwentravolta For This Useful Post:

    [MPGH]Silent (12-09-2016)

  9. #6
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by Iamazn View Post
    What it does:
    This is not one of those
    Code:
    If TextBox1.Text = "1" AND TextBox2.Text = "1" Then
    MessageBox.Show("")
    End If
    This is a BIT more advanced then that, you can also make an account.
    It DOES NOT store the account info in a .TXT file
    It stores the account info in a form.

    Virus Scan
    This is REAllllly Simple.....
    -Rest in peace leechers-

    Your PM box is 100% full.

  10. #7
    maarten551's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    255
    Reputation
    10
    Thanks
    75
    My Mood
    Mellow
    i think this code is better xD

    Code:
    button1 (login)
    if my.settings.loginname = "" then
    msgbox ("you don't have a account ")
    end if
    
    button2 (register)
    if my.settings.loginname = "" then
    msgbox ("you need to write a name")
    exit sub
    else
    if my.settings.loginpassword = "" then
    msgbox ("lol you need to write a password")
    exit sub
    else
    my.settings.loginname = textbox1.text
    my.settings.loginpassword = textbox2.text
    msgbox (" UBER YOU HAVE AN ACCOUNT :O")
    end if
    end if

Similar Threads

  1. *Tut* how to make a login system
    By u1111u in forum Programming Tutorials
    Replies: 13
    Last Post: 12-04-2009, 12:20 AM
  2. [Release]Login System + Account Creator
    By Marsicano in forum Visual Basic Programming
    Replies: 10
    Last Post: 10-19-2009, 02:30 PM
  3. MySQL + VB.NET Login System
    By Marsicano in forum Visual Basic Programming
    Replies: 12
    Last Post: 10-16-2009, 06:46 AM
  4. HOT![Tutorail!]Login system!+Video![Username and password!]
    By almog6666 in forum Visual Basic Programming
    Replies: 3
    Last Post: 04-27-2009, 05:31 PM
  5. My Login System(Flash)
    By radnomguywfq3 in forum General
    Replies: 13
    Last Post: 06-12-2008, 11:05 PM

Tags for this Thread