Project Analyzer reports - User interface

Reports

The user interface reports contain information about VB forms, menus and controls. These reports are in the Report menu of Project Analyzer.

Form report

The Form report lists all standard Windows forms. It also tells you the order in which your forms show each other.

For VB 3-6 forms, the report lists selected key properties such as the existence of a menu, a ControlBox and the Minimize and Maximize buttons, and the BorderStyle of each form. You can also verify that forms have their Default and Cancel buttons set.

Sample report: Form report

Menu report

The Menu report lists all menus and menu commands. Shortcuts, hotkeys and HelpContextID's are included. Invisible and disabled menus and menu items are greyed out. This report is available for VB 3-6 projects.

Control report

To list all the controls your forms contain, get a Control report. The report helps you verify the event handlers of each control. This report is available for VB 3-6 projects.

Sample report: Control report

Hotkey conflicts report

This report checks the hotkeys (acces keys, underlined characters) on your forms and menus. If the same hotkey is used to access two or more items, it is reported as a conflict. The report lets you verify that all hotkeys are unique. This report is available for VB 3-6 projects.

See also

Reports

© Project Analyzer Help