Click here to Skip to main content
15,922,325 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have developed an application in vb net. This has occurred over a number of years so there are part of the program code that are recent and familiar and parts that are no so recent.

I'd rather like to be able to create a map/diagram of the program code/classes/modules all the way from formMain 'load' to the very last method. It would be great if it showed which methods called other methods and the variables and fields used in those methods.

I have looked at the 'View Class Diagram' function in VS2005; seems to only provide a picture of the fields and methods in each class. No relationship between them, eg which method calls which other method etc

Sorry for the newby question... have been searching (google and the like) and finding way too many confusing results; not sure that they are even useful answers.

Please do let me know if you know of good simple program that will create this diagram from my vb project.

Regards
Neil
Posted

1 solution

Argo [^] I've used this before

but other wise google throws up plenty of results Free UML Modelling[^]
 
Share this answer
 
Comments
nbl1268 10-Jan-11 19:32pm    
Hi Simon, Thanks for the answer. Had a quick look at Argo. Seems great for drawing UML from scratch. Doesn't leap out at me that it can be used to create a UML from the existing VB project file... unless I'm missing something. Is this what you use it for? eg documenting your existing VB projects? Regards Neil
Simon_Whale 11-Jan-11 5:11am    
yes its something I've used to document existing projects. The class Diagram allows you to define all the elements of a class
Sergey Alexandrovich Kryukov 1-Mar-11 11:29am    
This is not bad free option, my 5
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900