Click to return to the HTML Help home page    
Web Workshop  |  DHTML, HTML & CSS  |  HTML Help

To Create a Header File


Microsoft Corporation

Updated June 10, 1999

  1. Open Microsoft Notepad or another text editor.
  2. Create an entry for each symbolic ID, followed by its corresponding numeric ID, using the following format:

    #define IDH_symbolicID    1000

    Where symbolicID is the symbolic ID for part of the program (such as a dialog box or control) and 1000 is the numeric ID. The numeric IDs in the header file are used only by the HTML Help compiler. The compiler maps numeric IDs in the header file to help topics.

  3. Save the file with a .h extension.

The following sample header file is taken from HTML Help Workshop:

Sample header file

Note

Process step Create a [TEXT POPUPS] section in a project file
  


Back to topBack to top

Did you find this material useful? Gripes? Compliments? Suggestions for other articles? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.