edb
03-13-2004, 10:41 PM
Sorry, posting this here... EVERYTHING I've EVER posted in the "GUI Section" never gets replied to.
Is there a standard way of maintaining a form's appearance (layout, size, etc.) regardless of the system's DPI settings? For instance, if I design a form on my system using "Normal Fonts" (or 96 DPI) and run it using "Large Fonts" (or 120 DPI), most of the controls are distorted and have changed in position and size!
How do I correct this issue so that I can create ONE form, which will be visible correct regardless of these settings? Right now, I have the app detect the twips-per-pixel state, and load a form (one for 96 DPI, the other designed for 120 DPI). Surely I don't have to keep creating 2 seperate forms for each setting, do I?
Is there a standard way of maintaining a form's appearance (layout, size, etc.) regardless of the system's DPI settings? For instance, if I design a form on my system using "Normal Fonts" (or 96 DPI) and run it using "Large Fonts" (or 120 DPI), most of the controls are distorted and have changed in position and size!
How do I correct this issue so that I can create ONE form, which will be visible correct regardless of these settings? Right now, I have the app detect the twips-per-pixel state, and load a form (one for 96 DPI, the other designed for 120 DPI). Surely I don't have to keep creating 2 seperate forms for each setting, do I?