privatevoid button1_Click(object sender, EventArgs e)
{ //Set The Location On The Form Using X & Y Axes... txtMyNewTextBox.Location = new Point(12, 12);
//It Will Add New Textbox To Form Runtime... this.Controls.Add(txtMyNewTextBox);
}
Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Join the conversation! Your thoughts help the community grow.