Uploader Comments (networking26)
All Comments (48)
-
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?
O: you use the password text cover that i use O: amasing
MrBOBMAN567 10 months ago
@MrBOBMAN567 lol, i think it works pretty well as a single based user auth
networking26 10 months ago
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 1 year ago
@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
networking26 1 year ago
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 1 year ago
@TheDarkDangerous What was the error that you got?
networking26 1 year ago