
How do I determine the display color depth?
Private Const BITSPIXEL = 12 ' Number of bits per pixel
(devicecaps)
DIM r as long
r = GetDeviceCaps(Me.hdc, BITSPIXEL)
"r" contains the number of bits per pixel.
Dave Heyliger
Rocky Mountain Multimedia, Inc.
http://www.*-*-*.com/
Quote:
>(see subject)
>Thanks in advance
>KTK