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

What is the need of tabindex property is label control.

1627


What type of databases you can access through ADO Data Access Object?

1597


How would you Create a Query Builder and Explain its uses

1637


what are the different Types of Recordsets.

1814


How do I create a window with a small title bar as in a floating toolbar?

1080






what controls have you used in your project?

1652


How many objects resides in ADO ?

1679


what are the Types of DBCombo boxes?

1874


Is visualvm free?

856


How would you use ActiveX Dll and ActiveX Exe in your application?

1717


What is ActiveX Dll and ActiveX Exe?

1831


What is the use of OLE?

2212


What do you mean by provider?

1645


Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.

1913


Explain about conditional operators?

755