Description: This program analyzes a Visual Basic project file (*.vbp) generating a tree structure containing detailed information about the project. The user has the option to save the data to a file for later reference or printing. Examples of some information include: - A list of ActiveX Controls and their versions. - Total lines of code and comments in the project. - Lines of code and comment broken down by component. - A List of Property Procedures, Functions, Subroutines, and API Calls per component. - Component attributes. (Components include: Forms, Code Modules, Classes, UserControls)
|