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

	Purpose
Convert HTML colors to and from Visual Basic colors

	Method
HTML colors are written in the format RRGGBB. Visual Basic colors are stored
with the blue value in the most significant bits: BBGGRR. The functions in
this program use InStr to rearrange the hexadecimal digits to convert from
one system to the other.

Thanks to Kreangsak (sapks@egat.or.th).

	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.
