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
What is ado data control in vb6 0?
How can Visual Basic be used for server-side scripting?
How do I dial a phone number without using the MSCOMM VBX?
Difference between ActiveX Control and Standard Control.
Recordset object consists what?
How would you navigate between one document to another document
Draw Sequence Modal of RDO? Explain.
How do I set the Windows wallpaper at runtime?
What is the use of Scalewidth and ScaleHeight Proeperty?
How to down load image properties.
How can you save and Get data from Clipboard/ Recordset object consists what?
how to use telugu language in vb6? any unicode data is available for telugu or not?yes means how to use? my desired output is telugu only? i am doing project like(telugu calendar),my output should be print in telugu only? pls send me the solution with code?
How many tabs in a tabbed dialog do you consider appropriate?
Types of LockEdits in DAO? 51 .Types of Recordsets.
Is there any way to pass a variable to a form apart from using global variables?