How do I determine the display color depth? 
Author Message
 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



Fri, 09 Aug 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. determining display color depth in VB4?

2. Determine color depth

3. How to Determine Color Depth?

4. Determining Color Pallette Depth

5. Determine system color depth?

6. Determining color depth?

7. How to Determine Color Depth?

8. Determining Color Pallette Depth

9. Determining color depth?

10. How to Determine Color Depth?

11. Determining Color Pallette Depth

12. How to Determine Color Depth?

 

 
Powered by phpBB® Forum Software