I used this code to add a text box to windows form by button
textbox_1.Font = font; this.Controls.Add(textbox_1);
}