I need to provide a number of textboxes on a form. The number required is varying, and I don't know how much are needed until runtime. (may be up to 40 or so. ) I could of course put enough onto the form and hide the ones I don't need, but I think it would be better to create them dynamically as soon as I (or my proggie) knows the number. Could somebody help me out on this one?
I'm thinking along the lines like redimming a control array, but I don't have a clue how to!
Many thanks in advance.


Reply With Quote
