Click here to Skip to main content
15,667,436 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
From Which Control/Property/Method etc. I can change Windows Resolution my application loads into memory in c# windows base application.

Help Me
Posted
Comments
LanFanNinja 8-Nov-11 21:30pm    
Please explain what you mean by "change Windows Resolution my application loads into memory". Are you talking about the form size? What exactly are you trying to do?
Philippe Mori 8-Nov-11 22:06pm    
If you talk about screen resolution (or system font size), you application should never modify that. User select the resolution that best fit his monitor and same for deciding if he uses large font or regular font.

Generally, WinForms applications handle sizing pretty well if you use standard and common controls.

1 solution

Hi,

first thing: Changing screen resolution should not be done by your application - only if there is no other solution. Normally your application should work with the already set resolution. C# has some good controls that help you achieving this.

A quick google search showed some good results for changing the resolution:
Dynamic Screen Resolution[^]
http://www.news2news.com/vfp/?example=374&ver=vcs[^]
 
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