One of the features I like in Visual Basic 6 is how easy it is to create an array of "controls", what your average person would call an "interface object" or "widget". By placing a control on the form and then copy-pasting the control into the same form, the IDE would prompt you to create an array for that control.

It's just that simple.