I have a Form and a Textbox control, once the Form loads up, and I want to set the cursor FOCUS on the TextBox, however, I cannot do this and I have no reason why, please help~~
private void Form_Load(object sender, EventArgs e)
{
this.TextBox1.Focus();
}
private void Form_Load(object sender, EventArgs e)
{
this.TextBox1.Focus();
}