Exploring the Visual Studio
Integrated Development
Environment
After completing this chapter, you will be able to:
- Use the Visual Studio Integrated Development Environment.
- Open and run a Visual Basic program.
- Change property settings.
- Move, resize, dock, and automatically hide tool windows.
- Use the IDE Navigator.
- Open a Web browser within Visual Studio.
- Get Help and manage Help settings.
- Customize IDE settings to match this book’s step-by-step instructions.
Are you ready to start working with Microsoft Visual Studio 2010? This chapter gives you the skills you need to get up and running with the Visual Studio 2010 Integrated Development Environment (IDE)—the place where you will write Microsoft Visual Basic programs.
You should read this chapter whether you are new to Visual Basic programming or you have used previous versions of Visual Basic or Visual Studio.
In this chapter, you’ll learn the essential Visual Studio menu commands and programming procedures. You’ll open and run a simple Visual Basic program named Music Trivia;
You should read this chapter whether you are new to Visual Basic programming or you have used previous versions of Visual Basic or Visual Studio.
In this chapter, you’ll learn the essential Visual Studio menu commands and programming procedures. You’ll open and run a simple Visual Basic program named Music Trivia;
you’ll change a programming setting called a property; and you’ll practice moving, sizing, docking, and hiding tool windows. You’ll also learn how to switch between files and tools with the IDE Navigator, open a Web browser within Visual Studio, get more information by using the online Help documentation, and customize the IDE to match this book’s step-by-step instructions. These are common tasks that you’ll use in most Visual Studio programming
sessions, and they will soon become second nature to you (if they are not already)
The Visual Studio Development Environment
First, a quick note to readers upgrading from Visual Studio 2008: Although there have been lots of internal improvements to Visual Studio 2010, the Visual Studio 2010 IDE is largely the same IDE that you worked with in Visual Studio 2008. But because you may be new to Visual Studio, I’m going to explain the basics in this chapter. Also, if you’re new to Visual Studio, something else that you should know is that although the programming language you’ll be learning in this book is Visual Basic, most of the features in the Visual Studio IDE apply equally to Visual Basic, Microsoft Visual C++, and Microsoft Visual C#. All of these programs
(or more properly, compiler technologies) are available to you in the same IDE, which you can experiment with now by starting Visual Studio and looking at the product.
Start Visual Studio 2010
sessions, and they will soon become second nature to you (if they are not already)
The Visual Studio Development Environment
First, a quick note to readers upgrading from Visual Studio 2008: Although there have been lots of internal improvements to Visual Studio 2010, the Visual Studio 2010 IDE is largely the same IDE that you worked with in Visual Studio 2008. But because you may be new to Visual Studio, I’m going to explain the basics in this chapter. Also, if you’re new to Visual Studio, something else that you should know is that although the programming language you’ll be learning in this book is Visual Basic, most of the features in the Visual Studio IDE apply equally to Visual Basic, Microsoft Visual C++, and Microsoft Visual C#. All of these programs
(or more properly, compiler technologies) are available to you in the same IDE, which you can experiment with now by starting Visual Studio and looking at the product.
Start Visual Studio 2010
- On the Windows taskbar, click Start, click All Programs, and then click the Microsoft Visual Studio 2010 folder.The folders and icons in the Microsoft Visual Studio 2010 folder appear in a list.
- Click the Microsoft Visual Studio 2010 icon.
Express icon.
If this is the first time you are starting Visual Studio, the program will take a few moments to configure the environment. If you are prompted to identify your programming preferences at this time, select Visual Basic development settings.
When Visual Studio starts, you see the development environment on the screen with its many menus, tools, and component windows, as shown here. (These windows are sometimes called tool windows.) You also should see a Start Page containing a set of tabs with links, guidance and learning resources, news, and project options. The Start Page is a comprehensive source of information about your project, as well as resources
When Visual Studio starts, you see the development environment on the screen with its many menus, tools, and component windows, as shown here. (These windows are sometimes called tool windows.) You also should see a Start Page containing a set of tabs with links, guidance and learning resources, news, and project options. The Start Page is a comprehensive source of information about your project, as well as resources