C# Tutorial 2 For Beginners (Login System)
Uploader Comments (vadlak12)
Top Comments
-
@ufrao98 thanks alotm sry for replying late but thanks for taking the time to explain for me :))
All Comments (32)
-
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
^ 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 1 year ago
@DupczacyBawol Well its not ment as a practical password protection lol just to help them understand controls
vadlak12 1 year ago 11