This is a project to recreate the MsScript.ocx activeX control so we can update and maintain it.

I have come across a full "VB-ised" type library the interfaces every aspect of IActiveScript for use in VB6.

Credits go to Dzzie for the typelib
Library Download and Example Usage

This project would be released as a Class Module and User Control so that it can be compiled into developers EXE's and remove the need for the MsScript.ocx dependency.

It also future-proofs your code. As Microsoft slowly removes support for older ActiveX controls, we run the risk of MsScript.ocx breaking and therefore preventing us from using it in VB6. And who wants a blotted dependency when we could interact with the IActiveScript interface directly and have much more control

So anybody interested?