How to set the windows screen resolution using c# windows application

Posted by karthik on Stack Overflow See other posts from Stack Overflow or by karthik
Published on 2010-04-28T08:00:26Z Indexed on 2010/04/28 8:03 UTC
Read the original article Hit count: 144

Filed under:

I have done a project in c# winforms. I want to set the resolution of the screen to 1680 x 1050, when the application is run in any pc. How to do it ?

© Stack Overflow or respective owner

Related posts about c#