Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Needing a tool to generate diagrams from VB 5 source code


Message #1 by "Michael A. A. Schall" <michaelaaschall@s...> on Mon, 30 Dec 2002 16:22:12
Try http://www.aivosto.com/project/whatsnew.html



-----Original Message-----
From: Michael A. A. Schall [mailto:michaelaaschall@s...]
Sent: Monday, December 30, 2002 11:22 AM
To: professional vb
Subject: [pro_vb] Needing a tool to generate diagrams from VB 5 source
code


I have inherited some undcoumented VB5 code.  I am looking for a tool to 
map how these objects interact through the function/procedure calls
between them.

For example:

There is a Module, Module1 (Module1.bas) containing a function:
AssignUserRole.  This function is called by class clsComplaintForm
(Clscompl.cls).

I would like to be able to generate a diagram that displays the
relationship between these two objects as well as connections between other
objects via function calls.

I have looked at VisualObject's software, but they only do static diagrams.

Does anyone know of a tool that can do this?

A URL refernce would be appreciated.

Thanks,
Michael


  Return to Index