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 connection object in vb net?
Explain about trees structures work.
How to use hyperlink?
What is the use of Data Form Wizard?
Difference between Class Module and Standard Module?
What is executenonquery in vb net?
Is it posible to Create Tables Through Querydef?
What's the difference between MODAL and MODELESS forms?
What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
Give brief description about class?
What is FireHouse Cursors?
Difference between ActiveX Control and Standard Control.
What is controls in vb?
What is the use of Active Control Property?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.