How To Handle Screen Resolution Problem While Designing Windows Forms Using C#?
Hi All, I am new to this group, and I would like to know how we can design a windows application which would automatically change the form size, controls size, position etc., as and when the screen resolution is changed. Reason being, I have designed an windows application using C# on 1024×728 resolution, and when I installed on my testing machine which is 1280×1024, the screen has become small, and my testing team has placed this as an issue. I had tried in various ways, but not able to get a proper solution. So, I would like to have some one give me a best solution which can solve this problem.