New Word 2007 Document

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 9

Developer Network MSDN subscriptions Get tools Sign in

Opportunity Platform o Tablet & PC o Phone o Cloud Connect o Perspectives o Events o Forums Downloads o Developer tools o SDKs o MSDN subscriptions Develop o Library o Code samples

Join us

http://www.facebook.com/microsoftdeveloper https://twitter.com/msdev http://plus.google.com/111221966647232053570/

MSDN Library Development Tools and Languages Visual Studio 2012 Visual Basic and Visual C# Visual Basic Developing Applications with Visual Basic Using the Visual Basic Development Environment Visual Basic Settings Visual Basic IntelliSense Code Snippets Refactoring and Rename Dialog Box Help for Event Handlers in Visual Basic Code How to: Compile and Run a Project

How to: Compile and Run a Project in Visual Basic


Visual Studio 2012 Other Versions

1 out of 3 rated this helpful The Visual Studio Integrated Development Environment (IDE) makes it easy to compile a project and run the resulting application. You can use the debugger built into the IDE to debug your project as it runs. For more information about debugging, see Debugging Your Visual Basic Application and Edit and Continue (Visual Basic). Note Your computer might show different names or locations for some of the Visual Studio user interface elements in the following instructions. The Visual Studio edition that you have and the settings that you use determine these elements. For more information, see Visual Studio Settings.

To compile and run the current project

Press F5 while you are in the Visual Studio Integrated Development Environment (IDE). The IDE compiles the project and runs the application within the Visual Studio debugger.

To compile and run the current project from the menu

From the Debug menu of the Visual Studio IDE, choose Start Debugging.

The IDE compiles the project and runs the application within the Visual Studio debugger.

To compile and run the current project without debugging

Press CTRL+F5 in the Visual Studio IDE. The IDE compiles the project and runs the application.

For information about compiling and running Visual Basic code using the command-line compiler, see Building from the Command Line (Visual Basic). See Also

Reference Debug and Release Project Configurations Concepts Debugging Your Visual Basic Application Other Resources Building from the Command Line (Visual Basic) How to: Start Execution Edit and Continue (Visual Basic) Show: Inherited Protected
false
There are no mem

FzvL7miUz8XEixt

http://msdn.micro

Dev centers

Windows Windows Phone Office Windows Azure Visual Studio More...

Learning resources

Microsoft Virtual Academy

Channel 9 Interoperability Bridges MSDN Magazine

Community

Forums Blogs Codeplex

Support

Self support Other support options

Programs

BizSpark (for startups) DreamSpark Faculty Connection Microsoft Student

Did you find this helpful? Yes No Not accurate Not enough depth Need more code examples
Tell us more...

(1500 characters remaining)


Submit

Thank you for your feedback


Tell us more...
http%3a%2f%2fm

1500

United States (English)

Newsletter Privacy & cookies Terms of Use Trademarks

2013 Microsoft 2013 Microsoft. All rights reserved.


17 Default

*/

Developer Network MSDN subscriptions Get tools Sign in

Opportunity Platform o Tablet & PC o Phone o Cloud Connect o Perspectives o Events o Forums Downloads o Developer tools o SDKs o MSDN subscriptions Develop o Library o Code samples

Join us

http://www.facebook.com/microsoftdeveloper https://twitter.com/msdev http://plus.google.com/111221966647232053570/

MSDN Library Development Tools and Languages Visual Studio 2012 Visual Basic and Visual C# Visual Basic Developing Applications with Visual Basic Using the Visual Basic Development Environment Visual Basic Settings Visual Basic IntelliSense Code Snippets Refactoring and Rename Dialog Box Help for Event Handlers in Visual Basic Code How to: Compile and Run a Project

How to: Compile and Run a Project in Visual Basic


Visual Studio 2012 Other Versions

1 out of 3 rated this helpful The Visual Studio Integrated Development Environment (IDE) makes it easy to compile a project and run the resulting application. You can use the debugger built into the IDE to debug your project as it runs. For more information about debugging, see Debugging Your Visual Basic Application and Edit and Continue (Visual Basic). Note Your computer might show different names or locations for some of the Visual Studio user interface elements in the following instructions. The Visual Studio edition that you have and the settings that you use determine these elements. For more information, see Visual Studio Settings.

To compile and run the current project

Press F5 while you are in the Visual Studio Integrated Development Environment (IDE). The IDE compiles the project and runs the application within the Visual Studio debugger.

To compile and run the current project from the menu

From the Debug menu of the Visual Studio IDE, choose Start Debugging.

The IDE compiles the project and runs the application within the Visual Studio debugger.

To compile and run the current project without debugging

Press CTRL+F5 in the Visual Studio IDE. The IDE compiles the project and runs the application.

For information about compiling and running Visual Basic code using the command-line compiler, see Building from the Command Line (Visual Basic). See Also

Reference Debug and Release Project Configurations Concepts Debugging Your Visual Basic Application Other Resources Building from the Command Line (Visual Basic) How to: Start Execution Edit and Continue (Visual Basic) Show: Inherited Protected
false
There are no mem

FzvL7miUz8XEixt

http://msdn.micro

Dev centers

Windows Windows Phone Office Windows Azure Visual Studio More...

Learning resources

Microsoft Virtual Academy

Channel 9 Interoperability Bridges MSDN Magazine

Community

Forums Blogs Codeplex

Support

Self support Other support options

Programs

BizSpark (for startups) DreamSpark Faculty Connection Microsoft Student

Did you find this helpful? Yes No Not accurate Not enough depth Need more code examples
Tell us more...

(1500 characters remaining)


Submit

Thank you for your feedback


Tell us more...
http%3a%2f%2fm

1500

United States (English)

Newsletter Privacy & cookies Terms of Use Trademarks

2013 Microsoft 2013 Microsoft. All rights reserved.


17 Default

*/

You might also like