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

C# Tutorial 2 For Beginners (Login System)

Loading...

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

Link to this comment:

Share to:

Uploader Comments (vadlak12)

  • ^ It is too easy to crack. You should crypt the password first, even create a nonstandard hash table to compare different parts in differen ways, and then you call it a password protection ;)

  • @DupczacyBawol Well its not ment as a practical password protection lol just to help them understand controls

Top Comments

  • @ufrao98 thanks alotm sry for replying late but thanks for taking the time to explain for me :))

see all

All Comments (32)

Sign In or Sign Up now to post a comment!
  • though your voice is young you still make it way easy to code, subed.

  • Thanks for posting!

  • what is double and sign? and where is it

  • cool it kindalooks like as3 and i know as3 good

  • @HockeyandlaxKING Error "Use Visual C# instead of Visual Basic"

    Seriously, end if doesnt exist in C#, u must be using Visual Basic which is less complicated then C# (C Sharp) but it can do less too. So it depends what you want to do with it. I suggest you to learn C#, afterwards C++

  • than's man 

    :D

  • Operator '&&' cannot be applied to operands of type 'bool' and 'string'

    I'm using the 2010 Express, I typed in the same as you did.

  • Just a question, is there a way to hide the Login Form when there is a succesfull login?

  • @bloodytoy3 Basically "=" is to assign a value. For example x = 4 or y = 7 or name = "bloodytoy3". The "==" is used to compare values NOT to assign them. e.g:

    if (x == 4)

    { your_code_here }... Means: If x equals 4 then execute your_code_here part

    Whereas x =4 means: Assign 4 to the variable x.

    Hope that helps XD

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