Quick question,
How do I do create control arrays in VB2008. In vb6.0 I was able to do
vb.net Code:
For i As Integer, 0 to 9, step 1 txtMSG(i).text = ("I am text box number: " + chr(i + 49)) Next
I need to be able to enumerate through a series of controls in this way.
Thanks
Brad Swindell
IT Manager
Electronix Systems C.S.A. Inc.




Reply With Quote