How to identify classes that implement an interface?
I have a VB6 EXE project with a large amount of classes - everything compiles to an EXE, there are not COM DLLs built. Some of the classes implement the IDataProcessing interface. How can I programmatically determine the classes that implement that interface? ...