Visual Basic - User Registration

Loading...

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

Uploaded by on Oct 25, 2010

In this video i will show you guys how to create a user registration form and a login form that will use the settings option in visual basic.
If you're going to allow multiple user registration this method is not suggested so you would want to use a database for that.
This is good for if you want to use it for your own personal project or if you're handing it out to a couple friends and they use it for their personal use.
I wont be hard coding the username or password, this i where the settings come in to play.
We will also determine on the form load event if there's a user that's been registered to show the login form otherwise display the registration form.
This will not allow someone else in your home to register a account and see what you have on your program.

  • likes, 2 dislikes

Link to this comment:

Share to:

Uploader Comments (networking26)

  • O: you use the password text cover that i use O: amasing

  • @MrBOBMAN567 lol, i think it works pretty well as a single based user auth

  • How can you reset the settings to test again, say putting the status back to false?

    If I have a look at the settingspage nothing has changed there, so where is the data then stored, so I can reset it?

    Thanks for the reply

    Great video by the way

  • @marcbelgium1 You can just put a button on the form and in the Click event just put

    My.Settings.Status = False

    My.Settings.Save()

    Application.Restart()

    That will set the Status to False, the Settings will Save and the application will restart.

    You can use a label and in the form load event type

    Label1.Text = My.Settings.Status

  • Hi, nice tutorial, but when i click to register i have the error message.

    I can't register my username and my password.

    WhY?

  • @TheDarkDangerous What was the error that you got?

see all

All Comments (48)

Sign In or Sign Up now to post a comment!
  • dont have to put .vb at end of your extension when you add new website it does it when you click vb

  • Thanks...this is really comprehensive :D

  • O but i just noticed i can not create more than 1 account, because it does not let me enter my 2nd form which is my create account form, how can i change that?

  • OMG thank you so much. You have no idea how long it took me to find an actual good video on this topic. Thanks so much xD

  • this helped so much, thanks

  • it only works 1 time :(

  • TY SO MUCH! WORKS GREAT!

    PLEASE MAKE A TURTORIAL TO MAKE A DATA-BASE FOR THE ACCOUNTS?

  • and how to find username \ password database to delete them?

  • how to make register if exist My.Settings.Username/Password then cant create acc.I mean if they are the same

  • @networking26 can you help me ? why the register button not redirect to log in?

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