So I\'m trying to figure out how the Form\'s AutoScaleMode property can possibly help to support a system with a font or DPI that is different from my work development machi
The correct way is to scale the controls, the form itself and the text within. This sounds very complicated, but the layout controls (TableLayoutPanel and FlowLayoutPanel), combined with the AutoSize property, make this considerably less difficult.