If I have a number of labels that will be used as controls,
how do I set them as an array in VB.net(label1(0),Label1(2), etc)?
This is easily done in VB6. Clicking on a label then can be used by reading it's index.
I'd appreciate some coding as an example.
Thanks for any help.
how do I set them as an array in VB.net(label1(0),Label1(2), etc)?
This is easily done in VB6. Clicking on a label then can be used by reading it's index.
I'd appreciate some coding as an example.
Thanks for any help.