Label namelabel = new Label(); namelabel.Location = new Point(13, 13); namelabel.Text = name; this.Controls.Add(namelabel);