P
Pete Boyd
In VB6 it was very easy to add multiple labels to a form and access them as
an array of controls.
How does one do the same thing in VB.NET without falling back to using the
VisualBasic.Compatibility namespace? Its driving me mad!
eg
If blah=x then
label1(0).caption="something"
label1(1).caption="something else"
end if
Thanks
Pete
an array of controls.
How does one do the same thing in VB.NET without falling back to using the
VisualBasic.Compatibility namespace? Its driving me mad!
eg
If blah=x then
label1(0).caption="something"
label1(1).caption="something else"
end if
Thanks
Pete