Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Procedure documentation...how??

Status
Not open for further replies.

davideart

Programmer
Apr 4, 2001
55
IT
Hy, here's my problem:
I need to make documents to illustrate how my VB programs work (both users and technical manuals). Do you know if exists any product that can help? I mean some tool (eg wizard) that can guide me in making a clear and complete documentation about the system I developed.

PS:also a set of .dot files could be helpful...

Thank you in advance
David
 
If you have VB6 Enterprise or VisualStudio Enterprise then Visual Modeler is available to you. It supports reverse engineering and will give you a Visual Representation of your code, objects used, how they relate to other objects, the methods and properties involved, etc... It's actually very cool. If you don't have it as part of VB, the Visual Modeler is actually part of a UML tool called Rational Rose. You should be able to find it just doing a web search.

Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top