I am wondering if it is possible to use image or label control arrays on a UserControl?
Like, if I were to use the following code:
Is this possible in VB6? If so, what code would I have to use in the UserControl to allow for that to happen?
Like, if I were to use the following code:
Code:
For i = 1 To 12
Form1.UserControl1.Label1(i) = "X"
Next