10
How to Develop your First Application in Microsoft Visual Studio Step 1 : Go to Start Menu and Select “Microsoft Visual Studio”. Step 2 : It will show following display. Aiwindory developer

Microsoft visual studio

Embed Size (px)

DESCRIPTION

How to Develop your First Application in Microsoft Visual Studio

Citation preview

Page 1: Microsoft visual studio

How to Develop your First Application in Microsoft Visual Studio

Step 1 : Go to Start Menu and Select “Microsoft Visual Studio”.

Step 2 : It will show following display.

Aiwindory developer

Page 2: Microsoft visual studio

Step 3 : Go to File > New, Select Website Option. It will display like following screen.

Step 4 : Click on “Browse” button for where you want to put your first application.

Aiwindory developer

Page 3: Microsoft visual studio

Step 5 : In View Menu, You can select Toolbar like Toolbox, Solution Explorer, Server Explorer, Property Window, etc.

Step 6 : In “Solution Explorer”, right click on Project, then select “Add New Item”.

Aiwindory developer

Page 4: Microsoft visual studio

Step 7 : Select “Web Form” for creating web page of your application. Give Proper name of Webpage.

Step 8 : It will show following screen and Select on Design Icon for creating designing.

Aiwindory developer

Page 5: Microsoft visual studio

Step 9 : Select “Label” Control and drag on the page or double click on Label.

Step 10 : Right click on Label1 and select Property.

Aiwindory developer

Page 6: Microsoft visual studio

Step 11 : In Property Window of Label1, Text property type “Enter Your name :”.

Step 12 : Same way you can drag Textbox and Button control on the Web page.

Aiwindory developer

Page 7: Microsoft visual studio

Step 13 : In Property of Button1, Text property type “click Here” or other Text.

Step 14 : Double click on button. It will shows following screen.

Aiwindory developer

Page 8: Microsoft visual studio

Step 15 : Type code as following.

Step 16 : Press F5 for run the Web Application or click on run Icon as shows below image.

Aiwindory developer

Page 9: Microsoft visual studio

Step 17 : It will shows like below screen and run application in any browser.

Step 18 : Type your name and Click on Button.

Aiwindory developer

Page 10: Microsoft visual studio

Step 19 : It will Shows the Message Box as shows like below image.

Aiwindory developer