Wednesday, February 25, 2009

Compiling The Project

Compiling The Project
Compiling is a very important process for any program. By Compiling we can check only grammatical errors (Basically syntax errors), not logical errors (concept of application).
For compiling a visual basic project follow Steps given below:
1.Go to Run Menu.
2.Select the option Start with full Compile. It will start your application with full compile,Otherwise you can start your application directly. OR You can use Key combination Ctrl+F5.
The figure below shows the process:

No comments: