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


Please Help Members By Posting Answers For Below Questions

Explain about the creation of EXE files with Visual Basic?

610


How can I change the printer Windows uses in code without using the print common dialog? How can I change orientation?

1058


Is it possible to change menu runtime using API? If yes? Specify the function names.

1551


what are the types of LockEdits in DAO?

1526


Explain what is Visual basic?

589






What is the use of debug Window?

1559


How can I call a 'hidden' DOS program from VB?

1034


Explain the creation project schedule.

598


Is visual basic c#?

520


What is file in vb?

513


What is "NULL"?

1033


What do you know about user forms.

647


Can you tell me the properties of the controls?

1585


What is the use of Immediate, Local Window?

1511


What is constructors and distructors.

1672