User Help Topic Template (Windows Embedded CE 6.0)
1/6/2010
The following code sample shows the structure of a typical HTML Help for the CE shell:
<!--
Copyright (c) Microsoft Corporation. All rights reserved.
-->
<!--
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Htm-Help" CONTENT="help.htm#Main_Contents">
<TITLE>Help Title</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<!-- PegHelp -->
<P><A NAME="Main_Contents"></A><B>Help Title</B></P>
<A HREF="help.htm#overview">About this topic</A><BR>
<A HREF="help.htm#more">More help about this topic</A><BR>
<A HREF="help.htm#index">Index</A><BR>
<BR><!-- PegHelp --><HR>
<!-- ************************Topic Break************************* -->
<A NAME="overview"></A><B>About this topic</B><BR>
<P>Include help content here. For more information on this topic, see <A HREF="help.htm#more">More help about this topic</A>.</P>
<BR><!-- PegHelp --><HR>
<!-- ************************Topic Break************************* -->
</BODY>
</HTML>
See Also
Reference
Concepts
Including User Help in an Application
User Help File Modification