Hello Everyone,

I have an application that I made over the years. The development environment is VS 2008 and it uses .net framework 3.5.

There are two problems basically:

1) Form display gets affected if DPI changes to a value greater than 100%
2) Grid cells also show clipped text / column sizes reduces

To correct the first one I had to use table layout control in forms and set form properties like AutoSize = True and AutoScaleMode to Font etc.

In case of second issue i.e. data grid columns and text what should I do. When I developed I didn't take font/DPI into account. So all the columns have fixed sizes based on what I thought was okay if DPI is normal i.e. 100%.

How do I fix the above?

Thanks,

Cheers,
GR