Sponsored Ad

Saturday, May 1, 2010

How to Create First Windows Application and Run in VS 2005 – C#

 

Creating a first project is always a tough talk. Let me demonstrate you to create a windows application in VS 2005 using C#.

 

Step 1: Open VS 2005 (IDE)

VS 2005

 

Step 2: Select Visual C# and windows application and give project name .

Select Visual C# and Windows Application and Given name to project

Step 3: form.cs is ready this is the main screen where we need to add controls. Click on Toolbox to get list of .NET controls.

Click on toolbox button

 

Step 4: Inside toolbox click on common controls.

vs with toolbox

 

Step 5: From The toolbox drag and drop the controls ( TextBox, Label, and Button)

Add Controls in VS 2005

 

step 6: now UI is ready and you can run the project and test it. just press F5 to run the project or click on run button.

change The Name of Label in VS 2005

 

Step 7: This is output of our program. Now you have to write login to perform certain operations.

Output

No comments:

Post a Comment

Sponsored Ad

Development Updates