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 do you mean by ADO?

1 Answers  


How would you create properties by using class Builder Wizard?

0 Answers  


What does option Explicit means?

8 Answers   IBM, Infosys,


_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.

0 Answers  


what are the Controls which do not have events ?

1 Answers  






Explain about conditional operators?

0 Answers  


What is VB ShellScripting?

1 Answers   Wipro,


What is ODBC Direct and Microsoft Jet Database Engine ?

0 Answers  


What is hyperlink?

0 Answers  


How do I make a text box not beep but do something else when I hit the Enter key?

0 Answers  


What is a toolbox in visual basic?

0 Answers  


What is ActiveX Control?

0 Answers   ABC,


Categories