Posts by Friedrich • 13 points
1 post
-
1
votes1
answer404
viewsQ: Clear Panel from a Usercontrol
I’m developing an application where several Usercontrols will be shown in a Panel from the code below: UserControl1 u1 = new UserControl1(); panel1.Controls.Add(u1); And remove them from this code:…