Quick question,

How do I do create control arrays in VB2008. In vb6.0 I was able to do

vb.net Code:
  1. For i As Integer, 0 to 9, step 1
  2.        txtMSG(i).text = ("I am text box number: " + chr(i + 49))
  3. 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.