Does ActiveX ctrl work as seperate process?
-
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.
-
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.
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
-
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