Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
hello

i m facing a problem with my application.
details:

Application developed on PC1 - resolution( 1280 * 800)
PC2- resolution (1024 *768)

when i run this application on PC2 , about 25% of Application size skipped from right hand side. even scrol bar can't show the hidden part.
i have tried "windows state to maximized" but no effect

what should i do ...
please help.
Posted

There isn't a whole lot you can do. I would suggest that you go back and re-design your interface for a smaller base size!
Designing for the largest screen resolution you have is always going to give problems on smaller devices.
 
Share this answer
 
Comments
version_2.0 21-Mar-12 7:38am    
my vote of 5++
It means the whole idea of the design of your layout is wrong from the very beginning. The fixed-size designs are generally bad, and they are not easier then fluid design done with understanding.

Please see my past answer:
Zom Out malfunctions when Screen resolution changes[^].

This is some rudimentary code sample, only for System.Windows.Forms:
how to dock button so that it can adjust with the form[^].

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

—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