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 use advanced data-bound controls.

0 Answers  


what are the types of cursors in DAO?

0 Answers  


How would you add elements in TreevieW Control?

0 Answers  


What is the latest version of visual basic?

0 Answers  


Scope of API?s can be of different types, what are they Why API functions are Required?

0 Answers  






How to find size of the file. Which method or function is used to occomplish this?

0 Answers  


Clear property is available in ____,___ control.

0 Answers  


It is possible to access Text (x.txt) files? Explain.

1 Answers   TCS,


Difference between Tabletype and Snapshot?

0 Answers  


Is VB comes under Object Oriented Programming ?

1 Answers  


what is the Difference between Recordset and Querydef?

0 Answers  


___,_____ and ____ container objects.

0 Answers  


Categories