|
These instructions assume that you are installing
Visual Studio 2010 on your personal computer system.
The settings below are suggestions only and indicate
the typical setup in a computer lab on campus.
If you want to reduce
disk space, select a Custom installation. Select
only the language(s) you want. The following
options are commonly used in the labs:

When Visual Studio has been installed, you will see the following screen:

By default, documentation are obtained through the internet. If you want the documentation files loaded onto your computer (so that you can work offline), click the blue button Install Documentation and follow the instructions.
Default Environment Settings
The first time you start Visual Studio, you will
see the following screen:

Choose General Development Settings if you would
like your system to be configured like the campus
labs and classrooms.
Visual Studio Options
The Microsoft Visual Studio environment is
intended for use by professional programmers and can
sometimes be confusing to students learning to use
the product. There are some configuration changes you
can make to help the environment be more friendly.
These are some suggestions:
- Choose Tools | Options and
click on Text Editor in the left
pane. You might want to deselect Drag and
drop text editing in the right pane.
- Click on Text Editor | All Languages |
Tabs in the left pane. Click on
Smart in the right pane. If you
want your printouts to preserve your indenting,
click on Insert spaces in the
right pane.
- Click on Debugging in the left
pane. Click on Enable Just My Code (Managed
Only) in the right pane.
- Click on Projects and Solutions | VB
Defaults in the left pane. Both
Option Explicit and Option
Strict should be On in
the right pane.
- Click on Projects and Solutions | VC++
Project Settings in the left pane. Set
Build Logging to
No in the right pane.
|