ok I have been lookiing in the quick tips and it shows in there how to make a dynamic controls to get around the limit of controls in a form.
Now how do you create an array I may need to make upto 50 dynamic labels but I dont want to go
Dim Label1 as VB.Label
For each one, I want to create an array and then set the parameters for the whole array.
Can someone show me on how to create an array of labels dynamically?
Now how do you create an array I may need to make upto 50 dynamic labels but I dont want to go
Dim Label1 as VB.Label
For each one, I want to create an array and then set the parameters for the whole array.
Can someone show me on how to create an array of labels dynamically?