How do I put focus on a TextBox when a form loads? October 24, 2022 by Tarik Set theActiveControl property of the form and you should be fine. this.ActiveControl = yourtextboxname;