I know its possible but how would one go about dyanmically loading an ActiveX DLL at runtime? I am developing an application that uses plugins and so I need to dynamically load an ActiveX DLL at runtime. For instance:

C:\DllTest1.dll
C:\DllTest2.dll
Etc
Etc

Is there anyway of loading these if/when I want to (becuase the dll's could be called anything)

Thanks