Added: 6 months ago
From: thenewboston
Views: 13,562
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (19)

Sign In or Sign Up now to post a comment!
  • So "Else If" Statment Instead Of "If" Statment Just Makes The Load Time Faster If You Have Alot Of "If" Statments

  • The "see you guys" at the end of every video is kinda awkward... These videos definately help though!!!

  • Yup, perfect !

  • How do you insert more than one picture in a picture box?

  • 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.

  • 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 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.

  • 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!

  • Can you do WPF tutorials ?

  • Echo! :3

  • the U.S Department of Education could learn a thing or two from bucky

  • @blasterzone12 Nope its not Bucky Who does the C# Tuts its adam

  • You could also use:

    if(textbox1.text == "adam" || textbox1.text == "bob:"){

    CODE

    }

    If you need to use the same outcome for the different conditions. :)

  • it would be way easier if you know about C/C++

  • @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 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

  • I'm lovin these!

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