Click here to Skip to main content
6,596,602 members and growing! (18,493 online)
Email Password   helpLost your password?
Languages » VB.NET » General     Intermediate

MSDN style help for VB.NET projects using VBCommenter from Gotdotnet

By Adrita Bhor

Creating Help files for VB.NET
VB, Windows, .NET 1.0, Visual Studio, Dev
Posted:29 Jun 2004
Views:110,214
Bookmarked:42 times
Announcements
Loading...
 
Search    
Advanced Search
Add to IE Search
printPrint   add Share
      Discuss Discuss   Broken Article?Report  
14 votes for this article.
Popularity: 4.42 Rating: 3.86 out of 5
1 vote, 7.1%
1

2
3 votes, 21.4%
3

4
10 votes, 71.4%
5

Introduction

Its quite important to have project help documentation while working in a team environment. C# has integrated Web Comments generator which makes this task quite easy. As for VB.NET developers, this is not the case. But the GotDotNet PowerToys community has developed a tool called VBCommenter, which is an add-in in the VS.NET IDE. This tool allows us to create C# like comments in our VB.NET code and convert them into an XML file during project builds. This output XML file can be used along with NDoc to create quick and easy help files for your projects.

Background

Integrating Help into Visual Studio.NET and C# Documenting and Commenting are very good articles on how one can create and use help files in C# projects. This article is conceptually similar, except it is applicable in VB.NET environment.

Before we start

Following are required to start this process:

  • VS.NET 2003 (I have read that VBCommenter also works with VS.NET 2002, but haven't tried it)
  • NDoc: download
  • VBCommenter v1.1.1: download

Using VBCommenter

Step1 : After installing VBCommenter in an appropriate directory, it is shown as an add-in in the VS.NET IDE.

Step2 : VBCommenter Settings dialog opens where you can set the whether you want comments file to be generated at every build, whether XML comments are required in the source file and what type of prefix is required for creating these comments. I usually select the ''' prefix so that i can distinguish between single line comments in the code from the VbCommenter comments at the top of classes and functions.

Step3 : Commenting your code with VbCommenter is easy. You type the prefix (''') right on top of any method, hit Return and the comment block appears. Add your comments and save.

Step4 : Build your project. You will see an XML file in the bin directory with the same name as your project.

Using NDoc

Step1 : NDoc asks you to provide an input DLL name and an Input XML file. You also have to enter the type of documentation required. For example, MSDN is selected in the diagram below. Specify a location for the output HTML files in the "OutputDirectory" parameter.

Step2 : Generate the help files using Ctrl+Shift+B.

Sample Help File Web Pages

Thats it! With very little effort, you have MSDN quality Help files for easy accessibility over the intranet. You also have the option of integrating this help in VS.NET IDE. See Integrating Help into Visual Studio.NET

Points of Interest

While working with VbCommenter and NDoc I came accross a few hurdles.

  • If VB.NET projects do not have a namespace (neither as a root namespace in the Project Properties nor in the code), NDoc creates help files with (global) namepsace. Comments in the summary blocks, remarks blocks etc. are not shown. So, you have to have namespaces defined for your projects.
  • If the comment description in any tag contains special characters like "&" and "<" then NDoc creates faulty documents, even though VBCommenter makes an accurate XML. Avoid using special characters, instead write it out (for e.g. less than instead of <).
  • For a current bug list tracker, visit the VbCommenter website.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Adrita Bhor


Member

Occupation: Web Developer
Location: United States United States

Other popular VB.NET articles:

Article Top
You must Sign In to use this message board.
FAQ FAQ 
 
Noise Tolerance  Layout  Per page   
 Msgs 1 to 20 of 20 (Total in Forum: 20) (Refresh)FirstPrevNext
GeneralReally good one Pinmembersirbalaji19:59 6 Jul '09  
QuestionNdocconsole Pinmemberjstark1106:28 16 Mar '07  
Questionwhy does not it work? Pinmember5:42 7 Mar '07  
GeneralThanks PinmemberVikas Kumar Singh1:15 26 Feb '07  
QuestionVB 2005 support PinmemberRonny Flaatten17:00 19 Jun '06  
AnswerRe: VB 2005 support PinmemberAndrewVos2:01 16 Oct '06  
GeneralHistory Pinmemberpaulsoren1:38 27 Nov '05  
Generalneed help here! Pinsussblckmamba7:42 18 Oct '05  
GeneralNDoc problem not reading xml correctly PinmemberNehal9:10 13 Oct '05  
GeneralVBCommenter doesn't appear in Tools PinmemberNam Chuong18:49 17 Jul '05  
GeneralUrgent Help Required! PinsussAnonymous0:20 20 Jan '05  
GeneralRe: Urgent Help Required! PinmemberAdrita Bhor13:59 21 Jan '05  
GeneralRe: Urgent Help Required! Pinsusssathiya narayanan5:19 9 Sep '05  
GeneralNice idea but does it work? Pinmembercoolerboby0:52 23 Nov '04  
GeneralRe: Nice idea but does it work? PinmemberAdrita Bhor8:53 23 Nov '04  
GeneralRe: Nice idea but does it work? Pinmembercoolerboby1:53 26 Nov '04  
GeneralProblems with attributes PinmemberAlberto Venditti7:21 26 Aug '04  
GeneralRe: Problems with attributes PinmemberAdrita7:38 26 Aug '04  
GeneralWon't work with Overloaded Methods Pinmemberfabulous20:30 3 Aug '04  
GeneralProblems with NDoc! Pinmemberbinolino3:28 10 Jul '04  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 29 Jun 2004
Editor: Nishant Sivakumar
Copyright 2004 by Adrita Bhor
Everything else Copyright © CodeProject, 1999-2009
Web19 | Advertise on the Code Project