Display Resolution

  • Thread starter Thread starter =?iso-8859-1?Q?Dehaibe_Fran=E7ois?=
  • Start date Start date
?

=?iso-8859-1?Q?Dehaibe_Fran=E7ois?=

Hello,

I would like to know how can I get the current display
resolution of the video card with C#.

Best Regards.

François Dehaibe.
 
Ok I found the solution by using the
System.Windows.Forms.Screen class and the WorkingArea
property.
 
Dehaibe François said:
I would like to know how can I get the current display
resolution of the video card with C#.

Look at the Screen class - you can get all the screens, or the screen
that a particular control is on, for instance.
 

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