Okay I made the code exactly the same in the same thing except using my own names but I receive an error saying "Operator '==' cannot be applied to operands of type 'System.Windows.Forms.TextBox' and 'string' ". Any Ideas? I do use an older computer running on windows Xp
@F35FLYER I had this problem too..this is one of the things he really needs to edit for this video. Check your code make sure your if (textBox1.Text == "Adam") DOES NOT HAVE A SEMI-COLON. I got this error as well and after looking at my code I saw I put a semi-colon. I removed that and error went away.
@AlexeiBetrayed the main() is in a separate file, and that file runs first. there is a line of code in that main() that tells it to run the file he is currently using.
@Silverbender188 Actually you have it way backwards. The .NET Framework was created in the late 1990's. C was made between 1969 and 1973. C++ was made in Bell Laboratories in 1983. Java came out in the late 90's. Microsoft was established in 1975. If anything the .NET Framework is based off Basic, but as it has been developed it evolved into its own thing. It is the programming logic that every language is based on. But that in itself differs from language to language.
But the difference is not enough to worry about it. The thing that really must be learned is the logic behind programming. All programs have a start, they have processes, and they have an end result. I personally write out any code I do in psuedocode. (which can easily be program start, this displays on the screen in this way, this is where the user will put information etc.) I do this so I know the "flow" or logic of the program. This way when I start coding I have a good idea of what comes 1st
So "Else If" Statment Instead Of "If" Statment Just Makes The Load Time Faster If You Have Alot Of "If" Statments
ProGrammling 4 weeks ago
The "see you guys" at the end of every video is kinda awkward... These videos definately help though!!!
JakenRose2012 1 month ago
Yup, perfect !
Etheot 1 month ago
How do you insert more than one picture in a picture box?
MetalSio 1 month ago
Okay I made the code exactly the same in the same thing except using my own names but I receive an error saying "Operator '==' cannot be applied to operands of type 'System.Windows.Forms.TextBox' and 'string' ". Any Ideas? I do use an older computer running on windows Xp
F35FLYER 2 months ago
@F35FLYER I had this problem too..this is one of the things he really needs to edit for this video. Check your code make sure your if (textBox1.Text == "Adam") DOES NOT HAVE A SEMI-COLON. I got this error as well and after looking at my code I saw I put a semi-colon. I removed that and error went away.
earlbedfordjr83 1 month ago
How come you don't use the Main() method? In my c# class we have to use Main() when we code. But thanks for the tutorial, it's really helping me.
AlexeiBetrayed 3 months ago
@AlexeiBetrayed the main() is in a separate file, and that file runs first. there is a line of code in that main() that tells it to run the file he is currently using.
MrTrolWut 3 days ago in playlist C# Beginners Tutorials Playlist
Thank you Adam for these great C# tutorials. I'm planing to start developing windows phone 7 apps using C# and these tutorials will sure help a lot!
3zizo 5 months ago in playlist C# tutorials
Can you do WPF tutorials ?
bellicjr 5 months ago
Echo! :3
GeekyMe97 6 months ago in playlist Fler videoklipp från thenewboston
the U.S Department of Education could learn a thing or two from bucky
blasterzone12 6 months ago in playlist More videos from thenewboston 27
@blasterzone12 Nope its not Bucky Who does the C# Tuts its adam
captaineureka 4 months ago
You could also use:
if(textbox1.text == "adam" || textbox1.text == "bob:"){
CODE
}
If you need to use the same outcome for the different conditions. :)
invinciblemode 6 months ago
it would be way easier if you know about C/C++
MiShO10O0O 6 months ago
@MiShO10O0O Just about any major coding language would help you, Java, PHP, the C languages. Most of them are based around the .NET language
Silverbender188 3 months ago in playlist C# Beginners Tutorials Playlist
@Silverbender188 Actually you have it way backwards. The .NET Framework was created in the late 1990's. C was made between 1969 and 1973. C++ was made in Bell Laboratories in 1983. Java came out in the late 90's. Microsoft was established in 1975. If anything the .NET Framework is based off Basic, but as it has been developed it evolved into its own thing. It is the programming logic that every language is based on. But that in itself differs from language to language.
earlbedfordjr83 1 month ago
But the difference is not enough to worry about it. The thing that really must be learned is the logic behind programming. All programs have a start, they have processes, and they have an end result. I personally write out any code I do in psuedocode. (which can easily be program start, this displays on the screen in this way, this is where the user will put information etc.) I do this so I know the "flow" or logic of the program. This way when I start coding I have a good idea of what comes 1st
earlbedfordjr83 1 month ago
I'm lovin these!
balajisankar1 6 months ago 20