what is the Advantage of ActiveX Dll over Active Exe ?
Answer / guest
ACTIVEX DLL:
=============
An in-process component, or ActiveX DLL, runs in another
application?s process.
In-process components are used by applications or other in-
process components.
this allows you to wrap up common functionality (like an
ActiveX Exe).
ACTIVEX EXE:
=============
An out-of-process component, or ActiveX EXE, runs in its
own address space.
The client is usually an application running in another
process.The code running in an ActiveX Exe is running in a
separate process space. You would usually use this in N-
Tier programming.
An ActiveX EXE runs out of process while an ActiveX DLL
runs in the same process space as VB app.Also, and ActiveX
EXE can be run independent of your application if desired.
Is This Answer Correct ? | 8 Yes | 2 No |
Why API functions are Required?
What is the difference between <F8> and <Shift-F8> when debugging?
How do you clear the current selected item from a drop down combo box?
What is the use of Imagelist Controls ?
how many no of controls in form?
1 Answers Airex Logistics, Tata Logistics,
How can we call Stored procedure of Back End in RDO and ADO ?
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
How would you attach pictures in column headers of List View Control?
I get a "file not found" error on the IIF function when I distribute by program. Why?
How to get Cursor position using API?
What is ActiveX Document?
Explain the differences between ActiveX Dll and ActiveX Exe?