Hello all,
It is possible, in VB6, to have a two dimentional array of controls?
ie Label(0,0), Label(0,1) etc?
I seem to recall doing something like this years ago with VB3 where
I have an array of frames and each frame had an array of labels.
This made addressing simular to a 2D array thus:
Frame(0).Label( 0)
Frame(0).Label( 1)
....
Frame(x).Label( y)
But, alas, maybe I was dreaming because I can't get it
to work in VB3 now!
Any ideas?
Thanks
Geoff Turner.
It is possible, in VB6, to have a two dimentional array of controls?
ie Label(0,0), Label(0,1) etc?
I seem to recall doing something like this years ago with VB3 where
I have an array of frames and each frame had an array of labels.
This made addressing simular to a 2D array thus:
Frame(0).Label( 0)
Frame(0).Label( 1)
....
Frame(x).Label( y)
But, alas, maybe I was dreaming because I can't get it
to work in VB3 now!
Any ideas?
Thanks
Geoff Turner.
Comment