[C#] Message Boxes

Discussion in 'Programming' started by -Hammad-, Dec 31, 2007.

  1. #1
    Well, seeing as C# is alot harder than Visual Basic, etc. you're gonna think that MessageBoxes are hard aswell?
    Think again :D.

    In Visual Basic, MessageBoxes are like this:
    MsgBox ("YOURTEXTHERE")
    Code (markup):
    -Outcome:
    [​IMG]

    In C#, they're like this:
    MessageBox.Show("YOURTEXTHERE");
    Code (markup):
    I'll add more later.
    Please excuse me as I need to go somewhere :(


    Regards,
    -Hammad-
     
    -Hammad-, Dec 31, 2007 IP
  2. Arkserver

    Arkserver Banned

    Messages:
    2,533
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #2
    c# is easy to learn if you know a bit of programming. The only thing to master is the syntax and common sense but that applies for all languages.
     
    Arkserver, Dec 31, 2007 IP