carlosweiss
Programmer
Hi,
I want to add a matrix of controls at runtime. If I write:
Set ctrls(i) = Me.Controls.Add("VB.Label", myCtrl(i))
I get an error. Any ideas on this? should I declare it first? how?
Thanks,
Carlos
I want to add a matrix of controls at runtime. If I write:
Set ctrls(i) = Me.Controls.Add("VB.Label", myCtrl(i))
I get an error. Any ideas on this? should I declare it first? how?
Thanks,
Carlos