Yes, you can sort of do it. But why would
you want to? Maybe it'd help if you explained
what you want to accomplish.
You can probably put actual script into a DLL
using the script control, but that wouldn't make
much sense. The point of using a DLL would be
to provide script with something that it can't
normally do, by writing VB code and giving script
a way to run it via public methods.
Quote:
> Hi Folks
> Is it technically possible to take one or more VBS functions
> and put them into an ActiveX DLL.
>
>
> If so, where can I find the documentation to show me how to
> do it ??
>
>
> Classic that is, NOT dotNET
>
> Thanks in anticipation
> Pete (Northolt UK)
>
>