G
Guest
I have a form that has 156 list boxes on it. Is there a way to refer to each on in a for loop to populate their data instead of writing code for each one
for example
for(int x;x < 156;x++
listBox x = somethin
instead of
listBox1 = somethin
listBox2 = somethin
...
listBox156 = something
for example
for(int x;x < 156;x++
listBox x = somethin
instead of
listBox1 = somethin
listBox2 = somethin
...
listBox156 = something