Hi, first of all I should say that I am very VERY new to the world of programming having come from a science background! I am working through a c# tutorial at: home and learn .com in which I am adding buttons to a form in c# applications project, and the text is going trough the process of adding code to customise the button. My question is this: all the code seems to be accepted in sequence, i.e. you add the string message, then the text box name, then if you want any message box buttons etc. I have tried playing around with the order these are added to the button but if they fall out of sequence the application fails to run, so it looks as though there is a sequence in which code will be accepted in this example? Is there a trick i can use in c# to know the order od this sequence or a common reference online? I have had a look through the net for this question but can't seem to find an answer anywhere.
Thanks in advance to all that help! :)