-
I can't run a project whith the following properties:
Project Properties >> General:
Project Type: ActiveX EXE
Startup Object: Sub Main
While running this project i get a message error:
NO CREATABLE PUBLIC COMPONENT DETECTED
PRESS F1 FOR MORE INFORMATION.
-
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.