H
hans.werner
Hi!
Since there are no control index anymore I am using now just different
names of the Controls. e.g. Textbox1 to Textbox 100
is there a way that i can use a variable in the vb.net code that I
dynamicly can work with different Textboxes.
e.g.
for a = 0 to 100
TextBox &a &.Text = "test"
next a
so it would change the Text of Textbox0 to Textbox100. VB.net doesnt
accept this
someone got an idea? or a workaround maybe?
thanks a lot
Since there are no control index anymore I am using now just different
names of the Controls. e.g. Textbox1 to Textbox 100
is there a way that i can use a variable in the vb.net code that I
dynamicly can work with different Textboxes.
e.g.
for a = 0 to 100
TextBox &a &.Text = "test"
next a
so it would change the Text of Textbox0 to Textbox100. VB.net doesnt
accept this
someone got an idea? or a workaround maybe?
thanks a lot