Problem iwith Screen Resolution
-
hi all, i have problem with the application apperance. I am developing using a Screen Resoulution 1024 * 768. But when i change the resolution to 1280 * 1024 the panels that were maximized changes the size and everything get out of it palce or changes its size, How can i solve this problem?
-
hi all, i have problem with the application apperance. I am developing using a Screen Resoulution 1024 * 768. But when i change the resolution to 1280 * 1024 the panels that were maximized changes the size and everything get out of it palce or changes its size, How can i solve this problem?
-
Hello, Normaly the correct usage of anchor and dock property from the controls should solve this problem. May you can give a more detailed example. All the best, Martin
He Martin i don't know what to info should i give you. Lead me if you can. anyways i will try to change the anchor and dock properties. It need some time. So if it didn't work i will repost tomorrow. Thanks:rose:
-
hi all, i have problem with the application apperance. I am developing using a Screen Resoulution 1024 * 768. But when i change the resolution to 1280 * 1024 the panels that were maximized changes the size and everything get out of it palce or changes its size, How can i solve this problem?
Hi, When you set the size for each and every control, give in terms of percentage(%) instead of giving the exact size
Regards, Sylvester G
-
Hi, When you set the size for each and every control, give in terms of percentage(%) instead of giving the exact size
Regards, Sylvester G
And how can i calculate the percentage size if i have the size in pixcels??
-
And how can i calculate the percentage size if i have the size in pixcels??
-
hey martin, your following me everywhere:-D thanks for the replies
Martin# wrote:
I would prefere skaling! (Control.scale)
I will try that. i have never used it before so i am having a search on google and MSDN to find some methods for using it. If you have any link for that please tell me about. thanks again:cool:
-
hey martin, your following me everywhere:-D thanks for the replies
Martin# wrote:
I would prefere skaling! (Control.scale)
I will try that. i have never used it before so i am having a search on google and MSDN to find some methods for using it. If you have any link for that please tell me about. thanks again:cool:
Hello, Actually scale is a method from the control class, so every Control which inherits from System.Control (TextBox, Button, ...) has it. http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.scale.aspx[^] All the best, Martin