I have in my C# program textBox
I need that when the program start, the focus will be on the textBox
I try this on Form_Load:
MyTextBox.Focus
it's worked for me set tabindex to 0 this.yourtextbox.TabIndex = 0;