Hi, I have inherited a load of VB6 code which has tons of individual OCX files, each of which contain a single control. I have two questions:
Firstly, Is it possible to refactor them so that I can have a single OCX file with all the OCX's in it?
Secondly, if it is possible, how do I do this?
TIA