"Broadbent" <(E-Mail Removed)> schrieb
> I have just started using VB7 so I am new to all this.
> In VB6 I used to array controls, but I notice that there is no
> Index property in the VB7 controls. What's the answer please?
The former control arrays are not required anymore.
If you want to access controls by an index instead of by a more expressive
name, add them to an array:
dim m_labels() as label
'...
m_labels = new label(){lblName, lblStreet, lblWhatever}
--
Armin
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html