I have created a form in Visual Studio 2010 and set its size property to 1280×800. I want its contents (four pictureboxes) to fill exactly this screen resolution. It works fine in my development computer when I change the resolution (from 1920×1080 to 1280×800) to test, but when I deploy at the client’s laptop it messes everything up. Basically it makes all the controls smaller.
Both computers run Windows 7. I do not want anything to resize, I want exactly the size I specify for everything.
How do I prevent the form contents from resizing? Why is this happening and how can I test for this behavior in my production PC?
It was the DPI setting that messed things up.