Visual Basic 2008 Tutorial - Cool Password Form
Uploader Comments (RagedPWNLord)
Top Comments
-
terrible tutorial
-
yep. this tutorial is terrible..
Video Responses
All Comments (41)
-
1 textbox 1 button
double click on button
type in..
If textbox1.text = "Password Here" Then
msgbox ("Password Correct!")
Form2.Show
Me.Hide
else
msgbox ("Incorrect Password")
End If
-
I'm tired of people showing tutorials of how to code a password... The trick is letting the user determine the password. I could do this on vb6 but 2008 has some changes I'm still working on. This is worthless though.
-
@xXPCPRO7Xx Set PasswordChar property to *
-
@pivotpro28 Mister obvious, that's what I just said below. And it was ages ago I posted this. And the computer did not have a microphone.
-
he should be talking but his microphone was not on!! noob tourial thumbs up if you agree!
-
Whoa that's a lot of views. And, yeah it sucks. I was so newb back then and this was like the only thing I could do and I was happy about what I was able to do. :) Kids... :) xD But yeah I'm better now, I still have a lot of learning to do though. But maybe in the future I'll be able to make something really awesome.
-
can u make other Video but larger Program Size ? and teach me how to make
it with more labels and Check Box with Progress bar please?
-
@xXPCPRO7Xx click on the text box which when you run the program, will be used to enter your password. Then go to the properties menu and look for PasswordChar. Put in there an * and when you run the program your password should be hidden with *******
pretty cool i myself have one like that but u can change ur password and stuff like that...
angelovss 3 years ago
I made one too after this which is using Me.Settings or whatever it's called LOL I forgot it :D
RagedPWNLord 3 years ago
its my.settings.and what you called it here
Techial1 3 years ago
Oh, I forgot :P
RagedPWNLord 3 years ago