I am Using Vb6 for quite a few years but new to vb.net.

Vb.net does not have control arrays .


Control arrays provided :


1. adding controls to an array at runtime .

2. Removing controls From an array at runtime .

3. changing properties of the controls by looping through the array.

4. using a single procedure event for all the members of the control array.


What is the best method to implement this In vb.net