Quantcast
Viewing all articles
Browse latest Browse all 12583

C# - Set Focus on TextBox - Which Event?

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();
        }

Viewing all articles
Browse latest Browse all 12583

Trending Articles