Windows Develop Bookmark and Share   
 index > Windows Forms General > Form Resolution Related Stuff
 

Form Resolution Related Stuff

Hi All,
 I am using VS05 + WinForm + c#.  I have created a simple application . It works fine. But the problem is that if the computers resolution get change then at that time , complete form is not visible. some contols are not visible.
 I want whenever computers resolution get changed at that time according to that , my form size should adjusted.
 For this what should i do? The detailed procedure in c# is appriciated.

Thanks in advance.
sunDAC  Friday, October 02, 2009 7:12 AM
You can make a form bigger but not smaller.  You will have to design your form for the minimum resolution you are willing to support.  1024x768 is a reasonable choice.

Hans Passant.
nobugz  Friday, October 02, 2009 8:55 AM
You can make a form bigger but not smaller.  You will have to design your form for the minimum resolution you are willing to support.  1024x768 is a reasonable choice.

Hans Passant.
nobugz  Friday, October 02, 2009 8:55 AM

You can use google to search for other answers

Custom Search

More Threads

• inner workings of OnResize, OnLayout and OnLayoutCompleted
• How to Plot a graph from serial port data C#.NET
• monitor folder
• Windows Form in Native Window
• drawing digits
• C# windows form user control
• How to get html code from webBrowser before it get submit to the Server ?
• Is there a ToolStripRenderer with Windows 7 theme?
• Pass a "form" parameter into a code file.
• How to implement 30 day trial period?