vbman213
Apr 19th, 2009, 07:39 PM
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 (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=50302&lngWId=1)
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?
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 (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=50302&lngWId=1)
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?