passing a helpcontext ID to a chm file

  • Thread starter Thread starter SenthilVel
  • Start date Start date
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
 
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
 
Back
Top