Hi
With visual basic 6.0 I could initialize an array with an array textbox control. This isn't possible with vb.net.
How can I initialize an array that contains the userdata (integers) input of 20 textboxes.
Printable View
Hi
With visual basic 6.0 I could initialize an array with an array textbox control. This isn't possible with vb.net.
How can I initialize an array that contains the userdata (integers) input of 20 textboxes.
do u want to concat the texts of 20 txtboxes and hold that in a string ?