i have lists with 10 and more textboxes for example test1.text, test2.text
....i want as i could do in vb6 with just a copy-paste of the same textbox, to
have an array like test(1).text, test(2).text and to change the contents
with a loop like "for"...is there any simple way to solve it?
thank you in advance
....i want as i could do in vb6 with just a copy-paste of the same textbox, to
have an array like test(1).text, test(2).text and to change the contents
with a loop like "for"...is there any simple way to solve it?
thank you in advance
Comment