home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / misc / 2023 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.6 KB

  1. Path: sparky!uunet!pipex!demon!man0507.wins.icl.co.uk!J.M.Ross
  2. Newsgroups: comp.os.ms-windows.misc
  3. From: J.M.Ross@man0507.wins.icl.co.uk (J.M.Ross)
  4. X400-Received: by mta eros.uknet.ac.uk in /PRMD=UK.AC/ADMD=GOLD 400/C=GB/;
  5.                Relayed; Thu, 13 Aug 1992 11:19:18 +0100
  6. X400-Received: by /PRMD=icl/ADMD=gold 400/C=GB/; converted (ia5); Relayed;
  7.                Thu, 13 Aug 1992 11:14:56 +0100
  8. X400-Originator: J.M.Ross@man0507.wins.icl.co.uk
  9. X400-Mts-Identifier: [/PRMD=icl/ADMD=gold 400/C=GB/;man0507 0000005900000458]
  10. Original-Encoded-Information-Types: undefined
  11. X400-Content-Type: P2-1984 (2)
  12. Content-Identifier: 458
  13. Subject: Re: Changing colors in winhelp
  14. Date: Thu, 13 Aug 1992 10:24:59 +0000
  15. Message-ID: <MNEWS.713701499.12549@gate.demon.co.uk>
  16. Sender: usenet@gate.demon.co.uk
  17. Lines: 31
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. > Message-ID: <yuval.713683461@shum>
  26. >Good day!
  27. > How does one change the colors of hyper-text link or popup help in WinHelp.
  28. >It seems that these colors are fixed to green which is very nice when working
  29. >in the default color scheme, but looks horrible (or actually bearly looks at
  30. >all) when the background color is not white.
  31. >Thanks
  32. > Yuval Rakavy
  33. >  yuval@shum.huji.ac.il
  34.  
  35. You need to edit win.ini to do this. In the [Windows Help] section you can
  36. add
  37.  
  38. JumpColor=r g b
  39. PopUpColor=r g b
  40.  
  41. where "r", "g" and "b" are the RGB values of the colours you want.
  42.  
  43. Does anyone known how an application can find out the current values for these
  44. colours. I've been calling GetProfileString to read win.ini but there must be
  45. a better method.
  46.  
  47. James M. Ross
  48.  
  49. (j.m.ross@man0507.wins.icl.co.uk)
  50.