WIN.INI Settings for Windows Help Hypertext Colors

Last reviewed: July 22, 1997
Article ID: Q74283
3.00 3.10 WINDOWS kbtool

The information in this article applies to:

  • Microsoft Windows Software Development Kit (SDK) for Windows versions 3.1 and 3.0

The user can control the color that the Microsoft Windows Help application uses to display hypertext strings by using the JumpColor and PopupColor settings in the [Windows Help] section of the WIN.INI file. The JumpColor setting specifies the color for context strings, and the PopupColor setting specifies the color for definition strings. Both settings use the following syntax:

   setting=(r,g,b)

where r, g, and b are decimal values in the range 0 to 255 that specify a color value as a red-green-blue (RGB) triplet.

For example:

   [Windows Help]
   JumpColor=(128,0,0)     ; produces red context strings
   PopupColor=(0,128,128)  ; produces cyan definition strings

The default color for both types of hypertext strings is green.

The Windows Help Compiler documentation in the Microsoft Windows Software Development Kit (SDK) discusses context and definition strings in more detail.


Additional reference words: 3.00 3.10
KBCategory: kbtool
KBSubcategory: TlsHlp
Keywords : kb16bitonly


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 22, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.