qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Creating a New Project
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Creating a New Project
 
 ■ A project is a collection of forms and modules that make up an
   application.
 
 ■ Visual Basic helps you to keep track of your form and code modules by
   displaying them in the Project window. See: Project Window
 
 ■ To create a new project:
 
   From the File menu, choose New Project
 
 ■ Since you can have only one project open at a time, Visual Basic prompts
   you to save any changes to an open project before creating a new one.
 
 See: Designing Forms  Opening an Existing Project