http://www.vb-helper.com/HowTo/syscolor.zip

	Purpose
Set the system's colors (window background, highlight, text, etc.)

	Method
Use the SetSysColors API function.

Note that this may be very annoying to users. You may want to save the
colors before you change them so you can restore them later.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
