15
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010

This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010

Embed Size (px)

DESCRIPTION

This is the first page of the Visual Basic 2010 Click on New Project option

Citation preview

Page 1: This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010

This is how you invoke the Microsoft Visual Studio 2010 Software.

All Programs >> Microsoft Visual Studio 2010

Page 2: This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010

Select Visual Basic option

Page 3: This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010

This is the first page of the Visual Basic 2010Click on New Project option

Page 4: This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010
Page 5: This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010

1] This is the main page of your project.A form is displayed2] Left side of the page contains the tool box which you can drag and drop on your form3] Right side below you can see Properties Window where you can change the properties of the tool you have selected from the toolbox

Page 6: This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010

1] This is a sample program which I have created

It contains a textbox where you can type your name.

On submit button clicked it will display your name

Page 7: This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010

After you create your program make sure you save the program

Page 8: This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010

1] This is the source code for the sample program

2] The source code and design window are adjacent to each other

Page 9: This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010

1] This is the method to build your program

2] We build the program to check if there are any errors present in the progam

Page 10: This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010

1] If there are any errors present in your program you will see the errors in the error list. To see all the windows you can go to view option in the menu bar

Page 11: This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010

1] To run the program we click on debug option and then click Start Debugging

Page 12: This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010

You see your form after its successful run.

Now you can enter your name and click on Submit Button .

You see your name displayed below the submit button

Page 13: This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010
Page 14: This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010
Page 15: This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010

To take the screen shot of only the form pressCtrl+Alt+PrtScn button at once. This way you will only get the form and not the entire screen as your screen shot.