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
What is the need of tabindex property is label control.
What type of databases you can access through ADO Data Access Object?
How would you Create a Query Builder and Explain its uses
what are the different Types of Recordsets.
How do I create a window with a small title bar as in a floating toolbar?
what controls have you used in your project?
How many objects resides in ADO ?
what are the Types of DBCombo boxes?
Is visualvm free?
How would you use ActiveX Dll and ActiveX Exe in your application?
What is ActiveX Dll and ActiveX Exe?
What is the use of OLE?
What do you mean by provider?
Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.
Explain about conditional operators?