c# - Is form display dependent on development machine in Visual Studio? -


I have Visual Studio in the C # Windows application (i.e. not the web app), the original development environment is a 1920x1200 pixel screen with one Dell was the latitude D800. Since a large number of pixels have made the text too small, I have adjusted several different default fonts in the name of readability.

I have developed a new laptop, a Latitude D630 with 1440x900 display. The app was moved to a new machine by creating a new project and adding existing objects / files / etc.

The problem is that many of my forms are no longer displayed evenly. Some are now too large so the items on the right are out of the frame, and on the right side of the other frame is smaller than the extra space. It seems that the value of 'pixel' is different from one form to another; these changes continue when the production machines are set to be executable.

What happened, and any thoughts about restoring the order? Thank you.

A good condition would be to check your font dpi setting. By default it is set to 96. This section of your window displays the settings.


Comments