Ladies, gents and everything in between. I've been searching far and wide across the lands to find a way to create an array of controls at runtime. I basically have a user enter text in a text box, click on the form and the text then appears in the form of a label at the cursor location.
However,
I can't work out how to create an array of controls so that I can manage them, iterate through them etc when required. Is there a simple way to create a control array without using complicated API's or workarounds?
(I also require this so that I can have click events for each individual label)
Cheers,
Jord

