Hello
In VB6 and earlier versions it was possible to have arrays of Textboxes, e.g TextBox(0); TextBox(1) etc
which simplified the display of data from arrays or read from a file.
In Visual Basic.Net this feature doesn't seem to be available and I was wondering if there was any equivalent
way to do the same task without resorting to very extensive coding?
In VB6 and earlier versions it was possible to have arrays of Textboxes, e.g TextBox(0); TextBox(1) etc
which simplified the display of data from arrays or read from a file.
In Visual Basic.Net this feature doesn't seem to be available and I was wondering if there was any equivalent
way to do the same task without resorting to very extensive coding?