Create control array at runtime in VB6.0 - TechRepublic
General discussion
October 1, 2006 at 12:16 AM
kw_ng

Create control array at runtime in VB6.0

by kw_ng . Updated 17 years, 6 months ago

Hi. I have managed to create new control (textbox) at runtime in VB6.0 but it cannot create a textbox with multiline property.
So I have decided to create a multiline textbox
with index set to 0 (control array). Then at runtime, I hope to generate new similar multiline textbox for the existing one but I do not know how to do it? Any help is highly appreciated.

This discussion is locked

All Comments