Output Window

Visual Studio often recurs to external tools for performing some actions. For example, when compiling your projects Visual Studio invokes the Visual Basic command-line compiler, so the IDE captures the output of the tools it utilizes and redirects the output to the Output window. Basically the Output window’s purpose is to show results of actions that Visual Studio has to perform or that you require to be performed by Visual Studio. For example, when you compile your projects, the Output window shows the results of the build process. Figure 2.20 shows the Output window containing the results of the build process of a Visual Basic project.

Figure 2.20 The Output window showing results of a build process.

The Output window is also ...

Get Visual Basic® 2010 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.