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 many File System Controls are there ? Explain.
Scope of API's can be of types, what are they?
How do I dial a phone number without using the MSCOMM VBX?
Explain the working with task in Gantt chart view.
How can you check whether a record is valid record or Invalid record using ADO control or Object?
Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.
How many types of API functions are available in VB?
What is DDE?
What is script control?
How can Visual Basic be used for server-side scripting?
What is the default workspace?
How to control the file?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
What is the use of NEW Keyword? Explain.
Explain the differences between ActiveX Dll and ActiveX Exe?