Hello, Brian,
I also thought that I would miss this feature. I was wrong!
In .Net you can use arrays or collections of controls. I think that
once you get into it you will find this is more versatile than the old
VB "control arrays".
One reason that I used to like the old VB control arrays was the ability
it gave to use the same event handler for a number of controls. In .Net
you can not only assign the same event handler to multiple controls, but
(unlike with the old VB control arrays) the controls can be of diverse
types. So for example, you can have the same handler deal with text
changes in a TextBox or a ComboBox.
Cheers,
Randy