I've downloaded two of their example programs so far...and the required dll's... but every time I run their EXE's I get an error saying

Run Time Error '429'

ActiveX component can't create object
---

When the project is run.. it first gave an error on the
Implements ISubclass

Line... and then once I discovered that the DLL reference wasn't in the correct place on the references...and pointed it towards the correct DLL, it is now giving me an Userdefined Type not defined error in this line:

Private Property Let ISubclass_MsgResponse(ByVal RHS As SSubTimer.EMsgResponse)

What I don't understand is that there is actually nothing in this Sub at all...Could someone explain what the problem is if anyone knows?

Thanks,
Eiredrake