Screen resolution issue
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.
精彩评论