Hi! Does anyone know how I can delete/remove a shape object from a picture box in codes?

Another question is how to I destroy a dynamic array?
I've declared it as :

---------------------------
Private arrayX() as Shape

Redim arrayX(5)
---------------------------

I want to remove all the values in the array and fill it with new ones.

Thanks in advance for any help!

-mybren-