Hi All,
Does anybody know of a way to add a control ARRAY at runtime?
I’m adding a Line control, but want it to be a control array.
Here’s how I’m adding the line: Me.Controls.Add “VB.Line”, “lineXXX”
This works great, but can’t make it an array or give it an index property.
Any ideas? I’m not averse to using the API.
Thanks,