T
touf
Hi,
I've many texboxes called txt1,txt2,...,txtn, the number isn't known at the
design time because they are created by code.
I'm looking for a way to use them folowing of an iterator i
txti.text="value"
In another languages (vb6???) I used the operator &: txt&i
how does it work in vb.net?
I've many texboxes called txt1,txt2,...,txtn, the number isn't known at the
design time because they are created by code.
I'm looking for a way to use them folowing of an iterator i
txti.text="value"
In another languages (vb6???) I used the operator &: txt&i
how does it work in vb.net?