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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Project documentor

Status
Not open for further replies.

Erics44

Programmer
Oct 7, 2004
133
GB
Hi
I need to document a VB projec, a list the forms and objects and procedures etc..

I wondered if there is tool in studio that will help me do this?

Thanks in advance
 
I'm afraid you will need a third-party tool.

Microsoft included the facility in VB 2005, but not in earlier versions. Google should find several for you, I believe some are free.


Hope this helps.

[vampire][bat]
 
I use a combination of VBCommenter and nDoc. VBCommenter is a freeware tool developed for 2k2/2k3 by the guys at MS who designed the commenter for C#. You can use nDoc to then generate documentation based on your class structures and that code. Two great tools that have proved immensely helpful in documenting our systems.

-Rick

VB.Net Forum forum796 forum855 ASP.NET Forum
[monkey]I believe in killer coding ninja monkeys.[monkey]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top