Skip navigation

JSI Tip 6008. How do I change the Color that Windows Explorer uses to display selected objects?

When you point to an object in Windows Explorer, the object is displayed in the Hot Tracking Color.

To alter this color, set the Red, Green, and Blue values into HotTrackingColor, a string (REG_SZ) data value, at

  HKEY_CURRENT_USER\Control Panel\Colors.

The format is RRR GGG BBB.

To set the the Hot Tracking Color to Green, set HotTrackingColor to 0 255 0.

Here is a table of common colors:

 Color   Red   Green   Blue 
 white   255   255   255 
 red   255   0   0 
 yellow   255   255   0 
 green   0   255   0 
 cyan   0   255   255 
 blue   0   0   255 
 magenta   255   0   255 
 brown   229   42   42 
 black   0   0   0 
 JSI burgundy   153   0   0 



Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish