JJKazJr
Newcomer
I have a group of pictureboxes on that I am trying to control using a control array and all seemed beautiful till this situation. The pitureboxes that I am trying to control are on form2 which is called from form1. The first time the form is loaded, all things work properly, but all time after the first any code that uses the control array doesn't affect the form at all. Is this due to it being a different instance of form2, and the control array is still pointing to the items on the first instance? To get this to work will I need to set the control array each time I load form2? I would just like a little explination of what exactly is going on so I don't screw something else up.