passing a helpcontext ID to a chm file

S

SenthilVel

Hi

How to pass a helpcontext ID to a chm file in a C# windows Dotnet
application.

i am able to open the chm file and see the list of contents ,but on click
of a particular help topic how to pass the helpcontext id ?
is this possible only with Framework 2.0 ?/

Thanks
Senthil
 
P

PD.Lees

Senthil,
How to pass a helpcontext ID to a chm file in a C# windows Dotnet
application.

i am able to open the chm file and see the list of contents, but on
click of a particular help topic how to pass the helpcontext id ? is
this possible only with Framework 2.0 ?

The section headed "Using Help.ShowHelp with Help Context IDs" in the
following article describes an undocumented way to use context IDs in
..NET Framework 1.x.

http://www.indigoware.com/developers/csharp_help.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top