home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / coolcolr.zip / README.TXT < prev    next >
Text File  |  1992-11-17  |  605b  |  15 lines

  1.  
  2.                         THE SYSTEM COLOR DROPPER
  3.  
  4. This sample demonstrates how to implement a Control Panel Extension.
  5. The System Color Dropper is used to set your system colors.  To use,
  6. simply place the coolcolr.cpl file in your WINDOWS\SYSTEM directory.
  7. Run Control Panel and note the addition of the System Color Dropper
  8. icon.  Run this app and drag and drop your favorite color to a menu
  9. or scrollbar or any other system area.  The color will be immediately
  10. updated.
  11.  
  12. This sample uses a modified version of the ChooseColor common dialog.
  13. A custom template and hook function are used.
  14.  
  15.