what is the Advantage of ActiveX Dll over Active Exe ?
Answer Posted / 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 |
Post New Answer View All Answers
How come I get a "No Current Record" error when I use a a Data Control on an empty table?
How do I play MID, WAV or other multimedia files?
What is the default workspace?
Explain the differences between ActiveX Dll and ActiveX Exe?
which property used to add a menus at runtime?
To.set the command button for ESC ___ Property has to be changed.
What is the default model of the form?
What about DLL calls that require callbacks?
I have several megabytes of memory. Why do I get an "out of memory" error?
How can you save and Get data from Clipboard/ Recordset object consists what?
How many ways we can access file using VB?
Where can I get updated VB and other Microsoft files?
Explain the working of templates?
How the image application?
How would you attach pictures in Treeview Control?