The All Topics list is a list of HTML links to all the available Help files on a Windows CE platform. The All Topics list for Help for Windows CE versions 2.0 and 2.01 is a separate HTML file that lists links to all the Help files on the Windows CE platform. The manufacturer creates this file; do not alter it. Version 2.10 creates an All Topics list dynamically by selecting the name of the first topic in each Help file and a corresponding link (.lnk) file.
Place this name only in files that you want to include in the table of contents.
The following code example shows how to include a topic in the dynamic table of contents.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Htm-Help" CONTENT="soltr.htm#Main_Contents">
<TITLE>Solitaire Help</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<!-- PegHelp -->
<P><A NAME="Main_Contents"></A><B>Solitaire Help</B></P>
<A HREF="soltr.htm#playing_the_game">Playing the Game</A><BR>
<A HREF="soltr.htm#setting_solitaire_options">Setting Solitaire
Options</A><BR>
<A HREF="soltr.htm#solitaire_scoring_systems">Solitaire Scoring
Systems</A><BR>
<BR CLEAR=ALL>
<!-- PegHelp --><HR>
<!-- ************************Topic Break************************* -->
Create a link file with NotePad or another ASCII editor. Name the link file the way you want Help to display the link in the table of contents. For example, the Solitaire Help file is Soltr.htm and the link file is Solitaire.lnk. The link in the table of contents is Solitaire. You cannot place spaces in the link file name.
The text in the link file tells Help for Windows CE where to aim the link in the table of contents. The following code example is one entry in the Solitaire.lnk file:
18#\windows\soltr.htm
The number 18 in this example represents the number of characters in \Windows\Soltr.htm
Install the Help file anywhere you want in the Windows CE platform.