what is the Advantage of ActiveX Dll over Active Exe ?



what is the Advantage of ActiveX Dll over Active Exe ?..

Answer / 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

More Visual Basic Interview Questions

How to down load image properties.

0 Answers  


What is recordset in visual basic?

0 Answers  


What is DAO?

2 Answers  


How can you Navigate from the DHTML application to another DHTML application? .

0 Answers  


how many no of controls in form?

16 Answers   AIMS, Airex Logistics,






How can you Implement windows functionality in VB?

1 Answers   ABC,


How many no of controls are there in form?

3 Answers   Satyam,


How many types of API functions are available in VB?

0 Answers  


Types of ActiveX Components in VB?

0 Answers  


Explain Types of DBCombo boxes?

0 Answers  


___ property is used to change to ___ value to access a identity column'in datacontrols.

0 Answers  


what are the Differences between ActiveX Exe and Dll?

2 Answers  


Categories