Relations Between Your VB Components

refexplorer

This application scans the given folder and sub folders for VBP files, analyses which VBP file references which ones and generates a Tree view showing this relationships. What’s more, it stores this analysis results in Access database so that you can run your own query or open it at later time. This utility is typically useful if your project consists of tons of VB components calling each other and if you wish to see what will be the impact of changing interface of one on other components. You can also use it to just document component relationships between your projects. This application also shows you how to analyze VBP file contents and ready-to-use source code. This application is right now in state of easy clicks but no online help is available.

Warning: This program was written circa Jan 2000. It is currently considered obsolete. There are no plans to update it and no support is provided.

ComponentCallTree is now archived at Github

Principal Research Engineer

A program trying to understand what it’s computing.