Defining event for control built on-the-fly???

D

Dennis

I'm trying to build a user form that dynamically loads
controls based on user input in the beginning of the
form. The controls are loading, but I can't get their
events to work. Controls a loaded with:

Private ctrlDoorSwing As Control
 
Top