my cformview-based application has dynamically created controls, depending on the user's settings. so, it could have 4 edit boxes for one user and 2 combo boxes for another. how can i receive events from these controls ? i can't use the classwizard. creating all the controls and hiding the appropriate ones is not an option, either.
thanks