Click here to Skip to main content
15,867,453 members
Articles / Programming Languages / C#
Article

Integrating Help into Visual Studio .NET

Rate me:
Please Sign up or sign in to vote.
4.54/5 (28 votes)
17 Jan 20043 min read 157.7K   1.3K   106   31
Document your C# code and have on-the-fly help directly integrated into Visual Studio .NET.

Introduction

Working on a project of any size, we all know how important good documentation is. Getting to write it is another issue though.

C# and the Microsoft .NET Framework has taken measures to help you with that. An XML documenting standard has been introduced that you write directly into the source code; much like Javadoc for Java.

In this article, I will explain how to document using the XML tags, how to use NDoc to convert the XML into very nice looking HTML Help files, and last but not least, how to integrate the help into Visual Studio .NET.

Prerequisites

Before you can start documenting, you will need a couple of programs that are all available as free downloads:

I am not going to explain how to install these programs, they pretty much all install completely automatic. After installing all of those, you should be ready to start creating nifty documentation, that will be available directly in Visual Studio as Dynamic Help and Intellisense.

The actual commenting

The actual commenting of your source code is explained in this excellent article: C# Documenting and Commenting.

When you generate the NDoc documentation, you need to use the HtmlHelp2 format.

Using H2Reg to integrate the documentation into VS.NET

Usually, you would have to install a help file using a .msi install script. In this case, that is just way too much work. Fortunately, Helpware has made a small utility called H2Reg that can do it for us. It requires a configuration file and must be called from the command-line, so I thought a little helper program could make it a bit easier. There is a download link at the top of this article.

All you need to do now is fill in the fields and press Generate. The program will make a directory called Help in your project directory that will contain the configuration file, and two batch files that you can use to register and unregister the help files in Visual Studio .NET:

VS.NET Help Integrator Program - attached below

The help collection file you can find in the ./doc directory in your project directory (if you did not change the default NDoc directory, that is).

The program will generate the files in a directory called Help, one level above the NDoc directory. After you generate the files, you just need to run the register.bat batch file to register your help in Visual Studio .NET.

If you have problems with the collection not being registered, have a look at H2Reg's log file called C:\Program Files\Helpware\H2Reg\H2Reg_Log.txt (assuming you installed it in the default directory).

Including the help into Visual Studio .NET

The help files have now been activated and integrated into the Visual Studio Help Collection. You might need to restart Visual Studio .NET if you have it running.

Now we have context sensitive help, Intellisense and dynamic help:

VS.NET - fully integrated help

Conclusion

In a few simple steps, we have integrated help for our own code, pretty much all over the place.

To me, this is really a productivity booster. What about you?

Revision History

  • January 18th, 2004: Updated with new program and instructions to use HtmlHelp2.
  • January 22nd, 2004: Updated program to auto-register into Visual Studio's Help Collections, and updated article to reflect it.

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


Written By
Team Leader momondo
Denmark Denmark
Sune has been programming since 1985.

He has worked with both assembler and many different programming languages, such as: Basic, Fortran, Pascal, C, C++, Delphi, and lately C#.

Sune is married and has two small children and is currently working as a developer for a Danish company called Skygate, currenly working on a cheap flight search engine called Momondo.

Personal blog can be found here.

Comments and Discussions

 
GeneralAccessing documentation from a network location Pin
David Catriel10-Feb-09 8:46
David Catriel10-Feb-09 8:46 
Generalexporting databases accross ms sql server 2005 instances Pin
onyash.edd27-May-08 1:35
onyash.edd27-May-08 1:35 
GeneralHelp not showing up in VS 2003 Pin
echmyr18-Oct-05 5:23
echmyr18-Oct-05 5:23 
QuestionIntellisense? Pin
Jon Merrifield31-May-05 23:03
Jon Merrifield31-May-05 23:03 
GeneralPlease help Pin
AspNetNet12-May-05 5:22
AspNetNet12-May-05 5:22 
GeneralProblems installing VSHIK 2003 Pin
Anonymous19-Sep-04 23:03
Anonymous19-Sep-04 23:03 
Hi all!

I want to know if anybody has experimented the problems I've had during the installation of VSHIK 2003. It's incredible!

I'm working with VS.NET 2003 Spanish version, I've downloaded the VSHIK 2003 from the link you gave in the document.

I run the installation program and after agreements and so on, surprisingly, tells me: "VS.NET 2003 must be installed to run this installation package.". I can't believe my eyes! Incredible!

Anyone has any ideas about this problem?
GeneralRe: Problems installing VSHIK 2003 Pin
lonifasiko19-Sep-04 23:58
lonifasiko19-Sep-04 23:58 
GeneralMethods link to namespace Pin
Xileh11-Jun-04 11:48
Xileh11-Jun-04 11:48 
GeneralRe: Methods link to namespace Pin
nedenom9-Dec-04 7:32
nedenom9-Dec-04 7:32 
QuestionNamed Indexes; How to register? Pin
Sameers Javed25-May-04 3:26
Sameers Javed25-May-04 3:26 
GeneralNew version of NDoc (beta) Pin
Don Kackman28-Mar-04 7:27
Don Kackman28-Mar-04 7:27 
GeneralRe: New version of NDoc (beta) Pin
leppie28-Mar-04 11:16
leppie28-Mar-04 11:16 
GeneralRe: New version of NDoc (beta) Pin
Sune Trudslev29-Mar-04 9:08
professionalSune Trudslev29-Mar-04 9:08 
GeneralProblem with links Pin
Anonymous23-Jan-04 8:58
Anonymous23-Jan-04 8:58 
GeneralRe: Problem with links Pin
Sune Trudslev23-Jan-04 10:27
professionalSune Trudslev23-Jan-04 10:27 
GeneralProblems solved and automatic registration in VS collection Pin
RossDonald21-Jan-04 17:52
RossDonald21-Jan-04 17:52 
GeneralRe: Problems solved and automatic registration in VS collection Pin
Sune Trudslev21-Jan-04 21:27
professionalSune Trudslev21-Jan-04 21:27 
GeneralVSCC Doesnt see Help files Pin
Tom Guinther21-Jan-04 11:14
Tom Guinther21-Jan-04 11:14 
GeneralRe: VSCC Doesnt see Help files Pin
Sune Trudslev21-Jan-04 21:25
professionalSune Trudslev21-Jan-04 21:25 
GeneralRe: VSCC Doesnt see Help files Pin
Tom Guinther22-Jan-04 11:17
Tom Guinther22-Jan-04 11:17 
GeneralRe: VSCC Doesnt see Help files Pin
Sune Trudslev22-Jan-04 11:27
professionalSune Trudslev22-Jan-04 11:27 
Question.hxc file? Pin
yetanotherchris19-Jan-04 23:01
yetanotherchris19-Jan-04 23:01 
AnswerRe: .hxc file? Pin
Sune Trudslev19-Jan-04 23:13
professionalSune Trudslev19-Jan-04 23:13 
GeneralRe: .hxc file? Pin
yetanotherchris19-Jan-04 23:19
yetanotherchris19-Jan-04 23:19 
AnswerRe: .hxc file? Pin
Don Kackman20-Jan-04 4:59
Don Kackman20-Jan-04 4:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.