Authoring Windows Help Files for Performance (74937)
The information in this article applies to:
- Microsoft Windows Software Development Kit (SDK) 3.1
This article was previously published under Q74937 SUMMARY
The Windows Help Compiler allows an application developer to create
hypertext documentation, richly annotated with color and graphics.
This article discusses methods to author help files to achieve maximum
performance when the file is used. These comments apply to Windows
Help versions 3.06 and later.
This information is subject to change in future versions of the Help
Compiler and of the Help application as new technology is incorporated
into these products.
There are four major suggestions:
- Use OPTCDROM=1 for all files destined for CD-ROM (compact-disk
read-only memory), and potentially on files where up to an
additional 10K of size is not significant.
- Use bitmaps placed with data for small bitmaps that are referenced
only once or infrequently in the help file.
- Use bitmaps not placed with data for large bitmaps, all bitmaps
referenced frequently, or bitmaps referenced by two or more topics
that generally will be viewed in succession.
- Use segmented hypergraphics to generate graphics with multiple hot
spots, rather than several bitmaps positioned next to each other.
Coincidentally, suggestions 2, 3, and 4 are also generally space-saving
techniques as well.
Modification Type: | Major | Last Reviewed: | 12/11/2001 |
---|
Keywords: | KB74937 |
---|
|