Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21192

Image (or Label) Control Array (Index) within UserControl?

$
0
0
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:

Code:

For i = 1 To 12
    Form1.UserControl1.Label1(i) = "X"
Next

Is this possible in VB6? If so, what code would I have to use in the UserControl to allow for that to happen?

Viewing all articles
Browse latest Browse all 21192

Trending Articles