S
sonic
How to remove all elements from component "Panel"?
There is no RemoveAll etc and
for (int i = 0 ; i < this->panel1->Controls->Count; i++)
{
this->panel1->Controls->RemoveAt(i);
}
dont wanna work:/
Thanks!
There is no RemoveAll etc and
for (int i = 0 ; i < this->panel1->Controls->Count; i++)
{
this->panel1->Controls->RemoveAt(i);
}
dont wanna work:/
Thanks!