开发者

Screen resolution issue

开发者 https://www.devze.com 2023-03-16 14:57 出处:网络
I have written an application.It works fine on some resolutions but most of the controls are over lapped when it is run on some开发者_StackOverflow other computers.

I have written an application. It works fine on some resolutions but most of the controls are over lapped when it is run on some开发者_StackOverflow other computers. Is there any way of setting the application automatically when it is run on different computers?

Thanks Furqan


You might want to take a look at this: http://msdn.microsoft.com/en-us/library/ms229649.aspx (assuming this is not WPF)

You can do a lot with docking and anchoring to help your form maintain it's usability at different sizes. But, there are practical limits. You can enforce a minimum size and ensure that your controls resize appropriately down to that limit.

0

精彩评论

暂无评论...
验证码 换一张
取 消