Quote Originally Posted by RhinoBull
No, you cannot create control array using the Add method - only Load allows this and at least one element MUST be created at design time.
Too bad...Guess I'll stick with the original jerry-rigging I am so good at :-)

I'm chucking (0) away where it can't be seen and writing it so the program loads 1-2 on runtime and works from there :-)

Currently I have it adding array items and deleting them dynamically (so it can delete one in the middle and when you add a new one it takes up a free space that was made by deleting one)

I think my next project for this is multi-row tabs :-)