Hi All;
I want to add controls in my program at run time. I want to use the control array and I found the solution in MSDN and I made a class like the example in it, but the problem is I want to add a control has another child control like a Panel include a PictureBox. I made it, it's easy but when I use the class to test it I have the properties of the Panel only and I don't have the properties of the PictureBox like the Image property to set the image. How could I solve this.