Well, seeing as C# is alot harder than Visual Basic, etc. you're gonna think that MessageBoxes are hard aswell? Think again . In Visual Basic, MessageBoxes are like this: MsgBox ("YOURTEXTHERE") Code (markup): -Outcome: 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-
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.