Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Form Sizes in different resolution
 

Form Sizes in different resolution

i'm developing a windows application in 1680X1050 resolution. is there a way to makethis application fit any resolution with different kinds of monitors?
--- thanks
AfCSharpLearner  Saturday, August 01, 2009 9:38 AM
I didnt get alert for this thread, missed your reply..

Dont maximize them then, keep floating. Well Anchored controls will re-size when user re-sizes form.

You can detect resolution using My.Computer.Screen. and resize forms accordingly if you want :-)


Thanks
-@omkarnath

May the force be with you
Omie  Sunday, August 02, 2009 8:42 AM
Start Form in Maximized Window State.

Use Anchor Property of controls to resize them according to container size.

Use TableLayOutPanel.

Use AutoScroll Property of form.



Thanks
-@omkarnath

Omie  Saturday, August 01, 2009 10:02 AM
Start Form in Maximized Window State.

Use Anchor Property of controls to resize them according to container size.

Use TableLayOutPanel.

Use AutoScroll Property of form.



Thanks
-@omkarnath

Omie  Saturday, August 01, 2009 10:02 AM
and if some of my forms should not be maximized, yet they're large? what should i do then?
--- thanks
AfCSharpLearner  Saturday, August 01, 2009 10:22 AM
I didnt get alert for this thread, missed your reply..

Dont maximize them then, keep floating. Well Anchored controls will re-size when user re-sizes form.

You can detect resolution using My.Computer.Screen. and resize forms accordingly if you want :-)


Thanks
-@omkarnath

May the force be with you
Omie  Sunday, August 02, 2009 8:42 AM

You can use google to search for other answers

Custom Search

More Threads

• Disable crtl and drag operation in designer host
• Button Click Event in C++
• TabControl problem
• Windows Forms designer creates an error when Initialing Database connection
• Highlighting text in rich text box without an IBeam
• Snaplines in CustomDesigner
• Copy Screen to Form
• design at runtime on panel
• Form Designer wont load!
• How to create an event in remoting class in VB.Net 2005?