I am fairly new to ActiveX programming, but am in process of starting to design what will probably be an ActiveX control done in VB Script, that will be available for use / download inside of Internet Explorer. The code is not going to be overly complex, but the code and its underlying idea may have some commercial value, so I don't want other users to be able to copy it. At least I want it to be difficult to copy / see the source code.

I have googled everywhere in order to find a solution on how to protect the code, or how to make it possible for users not to see the source code, but I haven't found any solutions. I don't want the user to have to run an EXE file or DLL file to install anything (that would deter users), but at the same time I don't want them to see the source code. Can anyone recommend a good way of doing that? Would be very grateful if so. Regards, Erik