I am developing Winform applications in Visual Studio 2010
When my users change there screen Magnification in Windows 7 to 125% or 150% the controls on the forms do not appear normal, some controls are partially showing, some don't show at all etc.
I have tried everything the internet searchs have suggestted (i.e. set the Form AutoScaleMode to Inherit, Font, DPI, none of which worked)
Is there any easy way to overcome this issue?
Thanks
Eric