Previous Topic Next topic Print topic


Start Visual Studio

To start Visual Studio:

  1. On the Start menu, click Start > All Programs > Micro Focus Studio Enterprise Edition x.x> Microsoft Visual Studio 2008.
  2. You might be prompted to set the environment, depending on the version installed. If you are prompted, choose General development environment.

The IDE is shown in the figure below, although the information displayed in the large pane will be different.


Visual Studio IDE

The large pane is where your solutions and projects will be opened. At the moment, this shows the Start Page, with up-to-date information on Visual Studio. When you start work, this pane is where your code is displayed.

The pane at the bottom is the Output window, where messages from the IDE and Compiler are displayed.

The right-hand pane is the Solution Explorer, which displays the structure of your solution and projects. At the bottom of the Solution Explorer pane are some tabs. Solution Explorer appears by default.

If any of these panes is hidden, you can show it from the View menu.

Previous Topic Next topic Print topic