Possible Duplicate:
WinForms Different DPI Layouts
I have made an application which uses high number of pictureboxes in a windows form. I have successfully completed the project. But my problem started when i deployed the application onto my friends laptop which has a smaller display screen. Not all pictureboxes and controls were visible. i.e. some controls went out-of form and were inaccessable.
Actually I had developed the application on my desktop which has larger display screen. How do I make the form portable so that inspite of display screen variation, the controls are correctly displayed?
I know it is a simple problem of Normalized co-ordinates...But I dont want to sit down and plan the co-ordinates (like : Screen 1unit length and 1 unit breadth. So 1st conrtol at 0.25,0.3 position) coz it will waste my time as the application has vast pictureboxes and controls.
Isnt there a tool in Visual studio which will automatically use normalized co-ordinates and maintain it in the deploy file so that it is portable?????