Results 1 to 3 of 3

Thread: REgistring an Active-x EXE

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2001
    Location
    Bangalore ,India
    Posts
    240

    REgistring an Active-x EXE

    hi all
    am using a vb application which consiste of 2 exe.
    the main exe uses the first exe for the interface of the application, this first exe is made as a activex exe ,am using visual studio installer for deploying my application, when deploying am gettting a message saying "activex cant create object"
    can any one help in how to sels registring the activex exe using visual stuio installer????
    thanks in advance
    ,,
    senthil

  2. #2
    Hyperactive Member
    Join Date
    Oct 1999
    Posts
    309
    Maybe it helps placing it in a directory that is accessible by the system. Like:
    C:\windows\ or C:\winnt\ or C:\Winnt\System32 etc.

  3. #3
    New Member
    Join Date
    Mar 2002
    Location
    Lille - France
    Posts
    1
    Hi,

    In fact, you're using activeX exe which are Com or Dcom depending on the location of the machine where your activeX is located.

    To acces an ActiveX Dll from any project you have to register it using RegSvr32.

    For ActiveX exe the registration is made by the exe itself. At the command line call your activeX with the flag /regserver to register it and the /unregserver one to unregister it.

    A class id (CLID Key in registry) will be created and you'll be able to access your activex.


    SLDR

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