Posts by nathanrck • 3 points
1 post
-
-1
votes1
answer38
viewsQ: Make panel invisible when opening Form
My program is opening a form2 inside a panel in Form1, I want when I close this form2 my panel is invisible private void button1_Click(object sender, EventArgs e) { panelPrinc.Visible = true; Form2…