Wednesday, August 31, 2016

how to run your code

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).

No comments:

Post a Comment