Is there a way to add a control array with events at runtime without the declaration i.e.
Private WithEvents cboDates As VB.ComboBox
and without having a preexisting control array of that name on the form?