Visual Basic 2008 Tutorial - Cool Password Form

Loading...

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

Uploaded by on Oct 27, 2008

http://www.youtube.com/watch?v=sRkix12dkfM&fmt=18

The code: Button1.Text = TextBox1.Text is not important that just makes the button have the same text as you write
in the textbox ;)

CODE:

Public Class Form1 Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged Button1.Text = TextBox1.Text If TextBox1.Text = "the password" Then Button1.Enabled = True Else Button1.Enabled = False End If End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Form2.Show() End Sub
End Class

Category:

Howto & Style

Tags:

License:

Standard YouTube License

  • likes, 14 dislikes

Link to this comment:

Share to:

Uploader Comments (RagedPWNLord)

  • pretty cool i myself have one like that but u can change ur password and stuff like that...

  • I made one too after this which is using Me.Settings or whatever it's called LOL I forgot it :D

  • its my.settings.and what you called it here

  • Oh, I forgot :P

Top Comments

  • terrible tutorial

  • yep. this tutorial is terrible..

Video Responses

This video is a response to visual basic 2008 login tutorial-Part 3 of 3
see all

All Comments (41)

Sign In or Sign Up now to post a comment!
  • 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 *******

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