Hello!
I've got a problem with control arrays. If I at design-time create a control, such as a textbox and call it Text(0), and then at runtime use Load Text(i), where i = 1, 2, 3 or anything else, the loaded textboxes doesn't show. I can call them, load text into them etc. without error messages, but I can't see them.
They are not behind Text(0), because when I set
Text(0).Visible to False the form goes blank, without any textboxes. If I set Text(0).Visible to True again Text(0) appears, but I can't get Text(1), text(2) or anyone else to appear.

The same thing happens when I tried to load a lot of lines, on slightly different places. The first one appeared, but none of the following.

What can I do? I have tries the Visible property, SetFocus and other things.
Please, help me!

Pentax