If I have an ActiveX dll which is NOT registered, I can dynamically register it with GetProcAddress, CreateTread etc.
In the form I declare:
Private MynDll as Object
Set MynDll=CreateObject(class)
Is there a simple solution to handle events from this dll?
