I have created 100 picture boxes on anouther picture box. I did this using "Public WithEvents extStars As PictureBox" and adding them with this libne of code
"Set extStars = frmGMap.Controls.Add("vb.picturebox", stStarID, Picture2)". Now I am trying to remove them so I can lay down a different set of pictures. I tried using the only example given in MSDN which was "frmGMap.Controls.Remove (stStarID)". If any one could please give me a hand I would be grateful.

Thanks,
Deebo