Form7 f7 = new Form7(); f7.TopLevel = false; f7.Parent = this.panel1; this.panel1.Controls.Add(f7); f7.Show();