Visual Basic 2008 Tutorial 5 Login System - Remade - Part 2
Uploader Comments (Clod15)
Top Comments
-
loving your videos, just got better with HD, see code clear as day
thanks for these greg, please keep up the excellent work
All Comments (117)
-
Hey! thanks for the awesome tute <3 i was just wondering whats the coding for adding more than one login for the program, say if i wanted multiple users to play the program thanks a bunch!
-
nice tut. Works great!!!
Thanks
-
1:40 made me laugh "This is a very good thing for catching errors, you'll like it a lot, and I'm glad I taught you it."
-
cool ;) im gonna sub, but what can you do after logged in? ;P
And can I use this on a website, or do I need some other kind of login? ;D
uhm.. Can anyone make an account on this if i have it on a website?
Can u make a tut on how to make something like a forum with login? Im new with VB and only 15 so... ;P
-
Dude your cooooooooooooooooooooooool
-
hey when i try to create an acount it says that it isnt repsonding and then quits. also when i try to login with the first account i made it says the password instead of the usename. please help!
-
You know what`?
I love you!!!....... and your tutorials.
-
sorry: can you do so poeple can call the folder what they want??
-
Can you
-
@cookie73942 Me to i have that like i played around with the local hdd b cuz before i had a error cannot find path c:\test\asd\username.txt so i created a new file thats named user name and i created one for a password then now its the same error as u... gotta go to bed my moms coming down wish me luck!
Hi, I really like you tutorial but I have a question.
I wanted to make an extra tab to delete all the account information (just the made directory).
How can you delete it? I clicked the button "Remove all account information" and tried to find a way to do it. But I only got this:
If My.Computer.FileSystem.DirectoryExists("C:\test\") Then
A way to delete the directory...
Else
msgbox("There's no information to delete.")
End if
Please help me :)
iLenkaa
iLenkaa 1 year ago
@iLenkaa i havent played with VB n a while so im doing this by memory.
If My.Computer.FileSystem.DirectoryExists("C:\test\") Then
'Way to delete folder
my.computer.filesystem.deletedirectory("C:\test")
Else
msgbox("There's no information to delete.")
End if
Clod15 1 year ago
When I got to changing the text boxes from 4-3 to 3-4 mine came up with it was text boxes 9-7 could I just switch it to 7-9 or.. what could I do here ?
RappnratBerg3 1 year ago
@RappnratBerg3 when i said switch textbox 4 and 3 it was because textbox 3 was the Username and textbox4 was the password., so change urs to match basically... textbox 7 would be w/e u made it, erm a username or a password and then the same goes for textbox9 u get what im trying to say or no?
Clod15 1 year ago