1
Answer

How to program the components in a window form that would adapt on the size/dimension of resolution?

jaypee bacol

jaypee bacol

15y
2.3k
1
Hi,

I need to develop a program that has a form and controls that would adapt on the size of resolution/dimension. Currently, the display of my program works only on 1280 x 1024 resolution, otherwise. Please help me.

Thanks
Answers (1)
0
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 15y

Look at the right side of this window; do you see "Our recommended articles"? There might be something useful there.
 
I suggest using documented solutions provided by Microsoft. Forms support automatic scaling; look at the documentation for details. For example, look at the AutoScaleMode Property.