Home All Groups Group Topic Archive Search About

Determining Colors Used in VB.NET App

Author
12 Jul 2006 1:54 PM
Paul
I have a VB.NET Windows app and want to determine the number of colors
used (256, 16 million, etc.) for displaying the app.  Does anyone have
code that can do this?

Author
12 Jul 2006 2:07 PM
Patrice
See System.Windows.Forms.Screen that allwos to return information on the
scrreens including the color bit depth...

--
Patrice

"Paul" <pwh***@hotmail.com> a écrit dans le message de news:
1152712472.190751.146***@p79g2000cwp.googlegroups.com...
Show quoteHide quote
>I have a VB.NET Windows app and want to determine the number of colors
> used (256, 16 million, etc.) for displaying the app.  Does anyone have
> code that can do this?
>