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
Is it possible to call oracle database through ADO control or Object?
Explain about creating VB applications in excel?
What is the use of Hyperlink control for DHTML applications?
____ property is used to lock a textbox to enter a datas.
what are the Default cursor Type and LockEdit type in DAO?
What are the uses of List View Control?
What is the use of progress Bar Control?
What do you mean by provider?
Through which protocol OLEDB components are interfaced?
___ is the control used to call a windows application.
What is the use of OLE?
How can you Navigate from the DHTML application to another DHTML application? .
Explain the usage of Web Browser Control?
How do you change the icon and otherwise manipulate the DOS box?
what are the Types of Resultsets?