this is how you invoke the microsoft visual studio 2010 software. all programs >> microsoft...

Post on 17-Jan-2018

240 Views

Category:

Documents

1 Downloads

Preview:

Click to see full reader

DESCRIPTION

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

TRANSCRIPT

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

All Programs >> Microsoft Visual Studio 2010

Select Visual Basic option

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

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

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

After you create your program make sure you save the program

1] This is the source code for the sample program

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

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

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

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

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

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.

top related