Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Winform - Display

Tags:

c#

winforms

I have a c# winform project which is displaying much different on my screen from the server.

On my screen I am getting parts of the forms cut off and some controls in different areas. I have adjusted my resolution both to the same resolution and mine greater then the server. Neither one worked. Also, the fonts and controls look larger on the server despite the same resolution

Any Ideas?

The server build is using VS.net 2008 vs mine 2010. I dont think that should matter.

like image 276
H20rider Avatar asked Dec 17 '22 13:12

H20rider


1 Answers

Sounds like different DPI settings between the machines. I noticed this when I first created a project in Win7 and ran it on a WinXP machine. Here is an SO post describing the issue and how to fix it.

like image 174
Ed S. Avatar answered Jan 09 '23 11:01

Ed S.