Santoss
New member
- Joined
- Mar 28, 2007
- Messages
- 4
- Programming Experience
- Beginner
Hello everyone!
I am new here, I just registered. I don't know if I should be posting this here but I have an question to make about VB.NET.
I want to create a label array in way I can refer to each label like this:
For x=0 to 10
label(x).text = "Hello"
next
I searched on internet and on books but "they" are never specific..
I hope you can help me.
Thanks
Best regards,
Santoss
I am new here, I just registered. I don't know if I should be posting this here but I have an question to make about VB.NET.
I want to create a label array in way I can refer to each label like this:
For x=0 to 10
label(x).text = "Hello"
next
I searched on internet and on books but "they" are never specific..
I hope you can help me.
Thanks
Best regards,
Santoss