Can anyone help me with this:
In VB.NET, control arrays don't exist anymore. Microsoft says that it is unnecessary to have control arrays because of the "one-event-for-multiple-controls" thing.
But now I would like to programatically load/add a control. Like this in VB6:
What is the syntax of this code in VB.NET??Code:Load cmdMake(2)
Thanks in advance.
