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

What are the types of validations available in Visual Basic?

2 Answers   Infosys, TCS,


What is script control?

0 Answers  


What is VB ShellScripting?

1 Answers   Wipro,


Can we change back color of command button control? if yes than how it is possible?

4 Answers   Wipro,


How many types of ActiveX Components are there in Visual Basic and what are they?

2 Answers  






What is ado in vb?

0 Answers  


Under which circumstance does a VB application ignore a Timer event?

2 Answers  


Is it possible to call oracle database through ADO control or Object?

1 Answers  


What can you do with visual basic?

0 Answers  


What are the types of API Types.

0 Answers   TCS,


what controls have you used in your project?

0 Answers   Satyam,


What is the use of command Object?

3 Answers   Arigo Infotech, Microsoft,


Categories