How can I make a control array? Or the equivalent.
I am used to Visual Basic 6 which presents the option of whether to create a control array when I copy and paste a
Control arrays are long gone. Object-oriented methods are now the law of the land for VB.
You need to use a collection of some sort, such as a list.