Home All Groups Group Topic Archive Search About

Are there any tools that can generate call graph for Visual Basic .NET source codes?

Author
20 Apr 2006 6:06 AM
Rose
Hi, guys,

Is there such a tool? I also hope it is free. Thanks!

Rose

Author
20 Apr 2006 4:35 PM
Ken Tucker [MVP]
Hi,

         Maybe this is what you are looking for.

http://msdn.microsoft.com/coding4fun/coolapplications/kpl/default.aspx

Ken
-----------------------------

Show quoteHide quote
"Rose" wrote:

> Hi, guys,
>
> Is there such a tool? I also hope it is free. Thanks!
>
> Rose
>
>
Author
21 Apr 2006 6:17 AM
Rose
Looking for some call graph tools for source codes is to facilitate
code browsing and studying. I don't think you refelect any sense of
humor in suggesting such a URL.
Author
20 Apr 2006 10:12 PM
Ken Halter
"Rose" <e***@sina.com> wrote in message
news:1145513177.689241.306850@g10g2000cwb.googlegroups.com...
> Hi, guys,
>
> Is there such a tool? I also hope it is free. Thanks!
>
> Rose

No where near free but.....

Project Analyzer v8.0
http://www.aivosto.com/project/project.html

If you get the Pro version....

Project Printer - document and surf the source
This one can create a website (more or less) from your source, where
everything (variables, procs, modules, etc) are fully linked
Each procedure includes a "Calls" and "Called By" list.

Project Graph - graphical code documentation
This one may be what you're looking for. I haven't found much use for this
one, other than satisfying my curiousity <g>

http://www.aivosto.com/project/add-ins.html

--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..
Author
21 Apr 2006 2:11 AM
Rose
Thanks, Ken. The software is so expensive. I cannot affort buying it.