Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Visual Basic 2010, 2008 - Password Protection using Textbox

Loading...

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

Uploaded by on Oct 21, 2009

DanielCreations....
--Password Protection using Textbox--
...Using Visual Studio 2010 Beta 2...

Category:

Education

Tags:

License:

Standard YouTube License

  • likes, 3 dislikes

Link to this comment:

Share to:

Uploader Comments (danielcreations)

  • BAD PROTECTION!!! A cracker would crack that in 1min!

  • @hackiosa oh, lol. "this is basic" 

  • Before end if you should put "Else MsgBox("Password Incorrect")

    then end if

  • Its all up to you..

Top Comments

  • Add 2 textboxes end a button:

    If textbox1.text = ("daniel") and textbox2.text = ("creations") = True Then

    Form2.Show

    if textbox1.text = ("daniel") and textbox2.text = ("creations") = False Then

    Incorrect Password or Username

see all

All Comments (18)

Sign In or Sign Up now to post a comment!
  • thanks it's helpful to understand me to create my project thanks

  • TNX YOU WORKING !

  • People using C++, try the following...

    On the TextChanged Event add:

    yourpasswordBox->UseSystemPass­wordChar = true;

  • You know it takes about 1 minute to decode a Visual Basic application...right?

  • I made one out of the standard vbs to open a hidden folder called "secrit" on an external drive and it takes you to C drive if you are incorrect so that you think you were right and don't try to hack it

  • @sassof2 Private Sub Form1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Click

    if textbox1.text = "Daniel" then

    button1.enabled

    else msgbox ("incorect password.")

    button1

    form2.show

    try that?

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