I was working on C# console projects in the past, I dare say quiet succesfully and now I have decided to try some GUI. I have downloaded MS Visual C# express, and designed a Windows form in its layout editor. I then tried to create a program for it, but however, wasnt even able to initialize the form properly. I have googled a lot, and tried using microsoft resources, but I couldnt find even the smallest article concerning this topic, and the rest of the pieces of code I found were either contradicting, obsolete, or undecipherable.
My question is: Could any of you create a basic template for inicialisation of a simple form, or lets say a complete sample program for a form with a label that will show textbox content when button is pressed?
