I want to know the best way to design a full screen form, like positioning controls in a way that they won\'t get messed up if the user\'s resolution is different.
This
Anchors and Docks.
The Anchor will bind the control. The Dock property sets how it expands/shrinks.
So if you assign a button anchor to "Top, left" it's size and position stay locked on those sides. So if you dragged the Form window wider, the object would expand to towards the right and towards the bottom.