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.
 
Back
Top