Determining Colors Used in VB.NET App

  • Thread starter Thread starter Paul
  • Start date Start date
P

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?
 
See System.Windows.Forms.Screen that allwos to return information on the
scrreens including the color bit depth...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top