-
[2005] Control Array
How to make a control array in .Net ? in VB6.0 its easy just copy the textbox and then paste it and the output would be like this
Code:
txtA(0).Text
txtA(1).Text
txtA(2).Text
txtA(3).Text
txtA(4).Text
But here in .Net when i copy paste the textbox the result is ordinary textbox
Textbox1.Text
Textbox2.Text
Textbox3.Text :thumb:
-
Re: [2005] Control Array
-
Re: [2005] Control Array
Try searching this forum too. The question of control arrays has been asked and answered innumerable times. There has also been code posted to the VB.NET CodeBank forum. Always search before posting a question because there's always a good chance that someone has asked the same question before.
-
Re: [2005] Control Array
Your right ! search first !