Results 1 to 2 of 2

Thread: Project Type ActiveX EXE

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    2

    Question

    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.

  2. #2
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658
    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.
    Iain, thats with an i by the way!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width