Download presentation
Presentation is loading. Please wait.
Published bySpencer Bridges Modified over 9 years ago
1
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010
2
Select Visual Basic option
3
This is the first page of the Visual Basic 2010 Click on New Project option
5
1] This is the main page of your project. A form is displayed 2] Left side of the page contains the tool box which you can drag and drop on your form 3] Right side below you can see Properties Window where you can change the properties of the tool you have selected from the toolbox
6
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
7
After you create your program make sure you save the program
8
1] This is the source code for the sample program 2] The source code and design window are adjacent to each other
9
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
10
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
11
1] To run the program we click on debug option and then click Start Debugging
12
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
15
To take the screen shot of only the form press Ctrl+Alt+PrtScn button at once. This way you will only get the form and not the entire screen as your screen shot.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.