Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I created an windows application with my windows 7 having normal theme and resolutions. this application looks good at my machine but when I run this application on my client's machine then coloring, image, icons, buttons and texts..everything looks weird. buttons gets displaced even after setting anchoring for all directions.

any solution on this?
Posted
Comments
ZurdoDev 29-Oct-12 15:33pm    
We'll need to see some code to be able to help.

1 solution

You need to change your approach to layout design and make it fluid. Basically, you need to do the application resolution-tolerant. Use docked layout, with the use of Dock and Padding properties, forget about any kind of absolute positioning or sizes. Please see my past answers to get some ideas:
Zom Out malfunctions when Screen resolution changes[^],
how to dock button so that it can adjust with the form[^] (a minimalistic code sample here).

See also:
Code behind class implementation[^],
GUI Apperance - C#.Net[^].

Good luck,
—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