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 |
What do you mean by ADO?
How would you create properties by using class Builder Wizard?
What does option Explicit means?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
what are the Controls which do not have events ?
Explain about conditional operators?
What is VB ShellScripting?
What is ODBC Direct and Microsoft Jet Database Engine ?
What is hyperlink?
How do I make a text box not beep but do something else when I hit the Enter key?
What is a toolbox in visual basic?
What is ActiveX Control?