D
David
hello...
i want to renove all controls from panel...
i use this:
foreach (Control c in panel.Controls)
panel.Controls.Remove(c);
but it's doesn't work...
-- not all controls are removed...
thanx
i want to renove all controls from panel...
i use this:
foreach (Control c in panel.Controls)
panel.Controls.Remove(c);
but it's doesn't work...
-- not all controls are removed...
thanx