The options you have for implementing context-sensitive help depend on your output format, because different formats support different ways of making calls to your help files. This topic lists the different types of context help possible in the output formats supported by Help & Manual.
For more details on context-sensitive help, the available context-sensitive help technologies and implementation information for programmers see the Context-Sensitive Help & Popups chapter in the Reference section.
These are the standard Microsoft help formats for Windows applications. They are used for help installed locally on the user's computer. Winhelp is now obsolete and is not officially supported in Windows Vista. Calls to HTML Help (CHM files) and Winhelp (HLP files) are made using the HTML Help and Winhelp APIs, which are documented in the help files delivered with the free Microsoft help compilers. For details see Application calls to context-sensitive topics. Making the calls is up to your programmers; each programming language has different methods for doing this. You can download programming tutorials from our website. Supported context-sensitive help types
|
Webhelp is displayed in a normal web browser like Firefox, Safari, Opera or even Internet Explorer. It is used for help accessed on networks and the Internet. Calls to Webhelp are made with normal URLs. Supported context-sensitive help types
|
These print-style formats do not support any real context-sensitive help features. You can open the help files with a link to the file but that is all. You cannot make calls to individual topics within the help files. |
See also:
Context-Sensitive Help & Popups
Page url: http://www.helpandmanual.com/help/index.html?hm_advanced_contexthelp_formats.htm