Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi people,
I think my question is so basic.
I finished my application but i created it in 1600,800 resolution so it made a mess when it was runned in another computer with different resolution, What are your offers?
What do you do to have an application for changing controls size and places?
How to create Autohide panels?
Posted

1 solution

It depends on application type. Well, basically, you should always develop application tolerant to resolution.

You will find some ideas in my past answers:
Zom Out malfunctions when Screen resolution changes[^],
how to dock button so that it can adjust with the form[^].

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

Good luck,
—SA
 
Share this answer
 
Comments
F.moghaddampoor 26-Jan-13 11:05am    
Very good.
However it's a little difficult to work with docking and stuff, but i got the result wanted. Thank you very much Sergey. you earn my 5. cheers.
Sergey Alexandrovich Kryukov 26-Jan-13 11:51am    
I'll tell you: it's not more difficult, if you have more than some 5 controls, it's easier. You don't depends on slip of a hands...
You are welcome.
Good luck, call again.
—SA
F.moghaddampoor 27-Jan-13 9:15am    
Cheers brother Docking is working.
Sergey Alexandrovich Kryukov 27-Jan-13 11:43am    
Who would doubt? :-)
Cheers,
—SA

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