How to Find How Many Screens Are in a VB6 Code

The Visual Basic 6 work space displays several panels that help you work with large and small projects. The "My Project" section of the work space displays all of your VB6 screens. Each screen is called a "form" in the the project work space. To view how many screens are programmed for a project, you must view the project panel and count each form.

Instructions

    • 1

      Click the Windows "Start" button and select "All Programs." Click "Microsoft Visual Basic," and then click "Visual Basic 6." Click the "Open" button to open your VB6 project.

    • 2

      Click the plus sign next to "My Project" in the "My Project" panel that shows up on the right side of the window. A list of project forms and code files display.

    • 3

      Right-click the "My Project" icon and select "Expand All." This option expands all sub-folders, so you can see all forms in the project.

    • 4

      Count through each file labeled "Form." A code file is included with a form. These files should not be included with the count, because they are the "code-behind" files for the form.

Related Searches:

References

Comments

Related Ads

Featured