G
Guest
Hello,
I am writing a Windows Forms application for users with a variety of screen
resolution settings (800 x 600, 1024 x 768, etc.) What is the best (fastest)
way to design an interface in which the controls will be positioned in an
appropriate scale regardless of the screen resolution? I started declaring
all the controls in my code and setting size properties, and testing logic to
determine where the controls should be positioned, but I’m thinking there has
to be a better way.
Thanks in advance for your help!
Gary
I am writing a Windows Forms application for users with a variety of screen
resolution settings (800 x 600, 1024 x 768, etc.) What is the best (fastest)
way to design an interface in which the controls will be positioned in an
appropriate scale regardless of the screen resolution? I started declaring
all the controls in my code and setting size properties, and testing logic to
determine where the controls should be positioned, but I’m thinking there has
to be a better way.
Thanks in advance for your help!
Gary