private void button1_Click(object sender, EventArgs e) { TextBox myText = new TextBox(); myText.Text = ""; this.Controls.Add(myText); }