Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody,
I want to change the screen resolution in my C# application. Googling the problem, I found a few solutions which use the Resolution.CResolution, but I can not find anything about it's corresponding namespace or dll. can u please tell me the namespace used for Resolution Class in C#.net?
Posted
Comments
lewax00 27-Aug-12 11:36am    
Unless you application is a full screen graphical application (e.g. using something like DirectX or OpenGL) then don't change the resolution. You'll just annoy your users. And if it is, then it's as simple as changing some numbers in your initialization code generally.

 
Share this answer
 
Comments
[no name] 27-Aug-12 13:31pm    
nice link
it should help him.
This[^] article will help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900