Wednesday, November 16, 2011

C# Windows Forms

Here we go with some basics concepts of C# Windows Forms.

Step 1:- Go to File->New->Project

Step 2:- Select your language C# and Windows Forms Application in template


Now press on the OK. You can see the your C# Window Form. This is your first form. On the Left of the visual studio you can see the toolbar which contain tools. In the next blog we will see How to add controls in our C# forms and how we can use them In the next blog we also study about solution explorer, toolbar.

C# Window application


Now above you can see C# Windows Form. To execute that project either press F5, or click
Debug -> Start Debugging.

No comments:

Post a Comment