Click here to Skip to main content
16,018,264 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I deploy my project with c# 2010 ,when i setup it on other computer
place of controls in the form change.

how solve this problem?
Posted
Comments
Sergey Alexandrovich Kryukov 12-Dec-11 0:22am    
And where is a problem?
--SA

This is probably because the resolution is different on the other machine.

Have a look at Automatic Scaling in Windows Forms[^]. This might give you a few pointers on what you need to do.
 
Share this answer
 
This is a usual result of overly stiff design which is not tolerant to the size of the application window and detail of rendering in different versions of the OS.

This can give you some ideas on how to improve the design:
Zom Out malfunctions when Screen resolution changes[^].

See also GUI Apperance - C#.Net[^].

One simple code sample: how to dock button so that it can adjust with the form[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900