Control array annoyances...
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have learned to deal with the way VB.NET has to be handled to create a control array but one thing still continues to bite me... In VB6, if I had a bunch of label controls on a form that did nothing other than label things, I used to love to name them all the same name (thus creating a control array). Even if I was never going to use them as a control this way at least it gave me the ability to stop tons of controls that I was never going to have to reference from appearing in the dropdown box. Now, when I go to select a control I have to wade through this long list of other controls that I am never going to use. Am I missing something here?