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

	Purpose
Get the system's color depth

	Method
Use GetObject to initialize a BITMAP structure. Look at its bmBitsPixel
field to get the color depth.

	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.
