Visual Basic 2010 Creating a Control Array

后端 未结 5 1243
你的背包
你的背包 2020-12-21 09:03

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

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-21 09:25

    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.

提交回复
热议问题