How do I extract data from a form into the main form for processing? For
instance, I have several image files in a form called images(images.f rm),
indexed from 0 to 99, and I want to import these into a variable array in my
main form, main (form1.frm). How do I code a control to get these images
into an array in my main form from the images.frm?
TIA
instance, I have several image files in a form called images(images.f rm),
indexed from 0 to 99, and I want to import these into a variable array in my
main form, main (form1.frm). How do I code a control to get these images
into an array in my main form from the images.frm?
TIA
Comment