I'm using VB6 and want to create a set of text boxes dynamically at run-time. I've looked at the "controls.add" method, and I've dug through the help references on control arrays until I'm blue in the face and I've tried everything I can think of. For FORMS, I have no trouble creating dynamic arrays at runtime, but for TextBoxs I just can't get anything to work. Suggestions?

Thanks for your time.