I'm working with a large array of Image objects, which I have loaded with actually images in design mode to make it simple to drag them around. Once I'm satisfied with their placement, I want to clean up and clear the images loaded in those controls. Obviously, I can clear them one at a time, but that's really time consuming. Is there a faster way that I'm not thinking of? I considered writing a program to modify the .frm file directly, but I figure that'd only end up messing up the .frx file.