in
Innovasys Logo

How can we create context sensitive help with Help 2?

Last post 09-25-2007 9:32 AM by Richard Sloggett (Innovasys). 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 09-25-2007 9:10 AM

    How can we create context sensitive help with Help 2?

    How can we create context sensitive help with Help 2? I have create sample help system using Help Studio 3 for my .Net windows application, but wondering how to use this files into my application.

    I searched a lot on net, but there all it gave for *.chm file, however I do not want to use CHM file.

    Can anyone tell me this?

  • 09-25-2007 9:32 AM In reply to

    Re: How can we create context sensitive help with Help 2?

    Help 2.x is a help technology developed by Microsoft specifically for integrating with the Visual Studio help system (e.g. AddIn or Component help). It unsuitable for application help as the help viewer and support components are only installed with MSDN and Visual Studio and are not distributable to end user machines (this is a decision Microsoft made some time ago).

    If you are creating help for a .NET application then you need to generate HTML Help 1.x output. There is a KB article (http://www.innovasys.com/support/kbarticle.aspx?key=2292) that describes how you can then hook up your help system to your .NET application.

    If you are authoring help for integration with Visual Studio (e.g. component or addin help), then Help 2.x is suitable and there is a ‘Deployment’ topic in the online help that describes how you need to deploy and register Help 2.x .hxs files on other machines.

    Richard Sloggett
    Innovasys
    http://www.innovasys.com
    Filed under: ,
Page 1 of 1 (2 items)