Newbie_71 Level: Graduate
 Registered: 22-06-2005 Posts: 10
|
Form scaling with different res
I made a form that looks roughly the way I want it to at 1200X800 resolution. If I change the resolution to 800X600, it doesn't display the same. Is there a way to make it scale to look the same (albiet grainier) at lower resolutions?
Right now I am working on a way to programmatically (and tediously) set the position, size, and font of every single control at Form_Load time based on the resolution. It is mostly working, except I was wondering if there is an easier way. The anchoring of the various controls to the form is only going so far. I want the form to have exactly the same position and visual size to it's controls at any resolution from 640X480 upwards.
[Edited by Newbie_71 on 11-07-2006 at 05:40 PM GMT]
|