Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Does ActiveX ctrl work as seperate process?

Does ActiveX ctrl work as seperate process?

Scheduled Pinned Locked Moved C / C++ / MFC
comquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vaibhav Gupt
    wrote on last edited by
    #1

    I want to make an Active X ctrl that communicates with a device and then sends data to main program. I want to know that Does activex work as seperate process. Does main program waits on ActiveX ctrl or I can do sperate processing simultaneously in my main program. Thanks in advance.

    _ 1 Reply Last reply
    0
    • V Vaibhav Gupt

      I want to make an Active X ctrl that communicates with a device and then sends data to main program. I want to know that Does activex work as seperate process. Does main program waits on ActiveX ctrl or I can do sperate processing simultaneously in my main program. Thanks in advance.

      _ Offline
      _ Offline
      _AnsHUMAN_
      wrote on last edited by
      #2

      As the name ActiveX CONTROL suggests that it is a control you will need something (some app) to host it. You can call the activex's functions from the host which can be an executable. ActiveX doesn't work as a separate process. Does main program waits on ActiveX ctrl or I can do sperate processing simultaneously in my main program. This depends on the implementation.

      You talk about Being HUMAN. I have it in my name AnsHUMAN

      J 1 Reply Last reply
      0
      • _ _AnsHUMAN_

        As the name ActiveX CONTROL suggests that it is a control you will need something (some app) to host it. You can call the activex's functions from the host which can be an executable. ActiveX doesn't work as a separate process. Does main program waits on ActiveX ctrl or I can do sperate processing simultaneously in my main program. This depends on the implementation.

        You talk about Being HUMAN. I have it in my name AnsHUMAN

        J Offline
        J Offline
        Jonathan Davies
        wrote on last edited by
        #3

        have a look as http://kandkconsulting.tripod.com/VB/Tutorials/activex_exe_tutorial.htm[^]

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups