Here's a quick introduction to how Microsoft Visual Studio's simple features work
Microsoft Visual Studio is a program development platform software developed by Microsoft, which is very powerful and easy to use, and is a favorite for a wide range of program developers. Microsoft Visual Studio 2010 is easy to do, saves us a lot of time writing programs, and makes it easier for us to debug our programs. Here's a brief introduction to the use of the simple features of Microsoft Visual Studio.
Tools/Materials
Microsoft Visual Studio 2010 or Microsoft Visual Studio 2012
Download and install
1 . Enter Microsoft Visual Studio 2010 in Baidu and download it on the website.
2, the download is a CD-ROM image, double-click can be installed, after the installation of the C disk will be a large part of the space, is normal phenomenon. The installation takes a long time and waits patiently. When the installation is complete, open it in the Start menu.
Microsoft Visual Studio uses methods
1, the first is the new project . This prompt window will pop up after we open the program.
It is important to note that file name and file path must form a good habit, named according to the function of the program or content to start, the path is placed in a dedicated folder.
2 . You can also select the newly created project type in the file-new-project.
3. Common features of Microsoft Visual Studio.
1) Toolbox
When we are designing a form, the toolbox is a tool that allows us to see what we get, and we can drag and drop the controls directly inside. First, open the trial View-Toolbox. It is then pinned to the left side of the window.
4 . Drag and drop the control. Find the controls we need in the toolbox and drag them directly into the form program. To resize, the size of the form can be adjusted as long as the mouse is placed on the edge of the control.
5,2) Properties panel
After we have added the controls, we need to set the properties of the controls, such as name, color, and so on. Then we need to use a very important panel-the properties panel.
Right-click the control you want to edit, select Properties, and the various properties of the control appear in the lower right corner. According to the requirements of the program can be set.
6
3) View Code
After our control is added we will begin to write the program, which we will go into the code of the Writing window, single-machine check we want to write the control, and then double-click or directly press the F7 key to jump to the code interface.
7
4) Commissioning
When our programming is good or half of the time, want to look at the operation of their own programs, you can click the Debug button, or directly press F5 or CTRL+F5 (commonly used in the console program).
Click Stop Debugging to return to the editing state.
5) Solution Explorer
All the files in our program are in solution management which can be found, much as we want to open them in order to view the files in the program, and modify the program.
Click View-Solution Explorer. The Solution Explorer interface appears on the right. Select the appropriate control to open the edit.
6) Release
Well written program we want to publish, at this time to find the build-release, you can publish the program.
10
The programming of the console program will be like other program development, we need to write code. For convenience we often turn the line number over to observe.
Precautions
Because I am installing Microsoft Visual Studio 2012 here, the pictures are all Microsoft Visual Studio 2012, though, and 20,101.
Here are just a few simple ways to use it.
VS2010 Tutorial (GRAPHIC)