The one with the minimum tab index automatically gets the focus (assuming the TabStop
property is set to true). Just set the tab indices appropriately.
By the way, Visual Studio provides a way to easily set tab indices by just clicking on the controls in the order you want. You can activate this feature by choosing "Tab Order" option in the "View" menu when you are in the form design view.
You can also manually give the focus to a control by calling its Select
method when the form loads.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…