accessing multiple form controls using a variable for the name
问题 I'm trying to iterate through a group of ComboBoxes and set a property using a concatenated string & variable to represent the name of the control. However, I can't get the instance of the form to recognize the (String & Integer_Variable) as one of its controls -- and so it doesn't recognize any of the appropriate properties or subroutines as members of the System.Windows.Forms.Control. I found the DirectCast solution on SO and it appears to work (although I'm dubious), but that feels like a