SpiroChronis
Programmer
On my form, I want to have 1 picturebox control, 1 textbox control, 1 checkbox control, 1 option control, etc. All of the controls will be set to index 0, so I can load them as control arrays at runtime. What I want then, is to be able to say "Ok, textbox(20), you should exist inside picturebox(0). And textbox(21), you should exist inside picturebox(1)".