Fonts and Controls not the expected size

sbostedor

New member
Joined
Feb 15, 2006
Messages
3
Location
Michigan
Programming Experience
10+
I wrote an application in VB.NET against the .NET 2.0. It works as expected for about 99% of the people all over the world. In the cases where it is not working, some of the controls and fonts are larger than they are on other computers.

Some screens have scroll bars because the controls are too large to fit where I put them and the labels are much larger than I configured them to be.

Does anyone know what may be causing this?:confused:
 
Try changing system Display Properties, Appearance tab Large/ExtraLarge fonts then Settings tab Advanced DPI increase default 96 to 120. Hardcoded sizes and locations will be in trouble.
 
Back
Top