An ActiveX exectuable is not a stand alone exexcutable, that's why. It is basically an ActiveX dll, that is for use on remote servers, and out of process processing.
You use it just like an other COM component, you add a reference to your project, and use it like any other object.




Reply With Quote