vb.net - Screen resolution issue -
i have written application. works fine on resolutions of controls on lapped when run on other computers. there way of setting application automatically when run on different computers?
thanks furqan
you might want take @ this: http://msdn.microsoft.com/en-us/library/ms229649.aspx (assuming not wpf)
you can lot docking , anchoring form maintain it's usability @ different sizes. but, there practical limits. can enforce minimum size , ensure controls resize appropriately down limit.
Comments
Post a Comment