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

Difference between DDE and OLE.

0 Answers  


what are the Types of LockEdits in RDO?

0 Answers  


Scope of API's can be of types, what are they?

0 Answers  


What is the default property of data control?

2 Answers  


How to control the file?

0 Answers  






Explain the usage of Web Browser Control?

0 Answers  


what is the Difference between DDE and OLE?

1 Answers  


what is use of book mark in excel ? send answer in my id ashishpal11@rediffmail.com

0 Answers  


which method used to move a recordset pointer in nth position in DAG?

0 Answers  


How to customize workgroup message?

0 Answers  


Why API functions are Required?

0 Answers   L&T, Wipro,


What is MAPI ?

2 Answers  


Categories