Visual Basic Concepts
Managing Projects
To create an application with Visual Basic, you work with projects. A project is the collection of files you use to build an application. This chapter describes how to build and manage projects.
When you create an application, you will usually create new forms; you might also reuse or modify forms that were created for previous projects. The same is true for other modules or files that you might include in your project. ActiveX controls and objects from other applications can also be shared between projects.
After all of the components in a project have been assembled and the code written, you compile your project to create an executable file.
Topics