I have a VB project which has set of forms. There are number of class modules/common modules files inside that project.
I want to generate the tree hierarchy for each form.
Assume there are 10 forms f1, f2 …. f10. Form f1 is having fun1, fun2… fun5 functions.
I want to see the tree hiearchy at form level. This means what all functions are being called from each form.
There is no built-in function like that in VB6 IDE.
You need a third-party tool like http://www.aivosto.com/project/project.html to analyze your code.
I’ve used the Project Analyzer before and it’s quite good. The standard edition should be good enough for your needs.