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
Is there a way to break long lines in VB code?
How do you avoid the "Invalid use of null" error when reading null values from a database?
How would you use ActiveX Dll and ActiveX Exe in your application?
___ Property is used to count no. of items in a combobox.
advantage and disadvantage in visual-basic and ms-access please tell me or send my mail-id
which property is used to change to some value to access a identity column in datacontrols?
How would you run your ActiveX Document Dll?
i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI).
Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.
What is Seek Method which type of record set is available this?
Difference between DDE and OLE.
Is the Access Engine and Visual Basic Pro good enough for database work?
How to find size of the file. Which method or function is used to occomplish this?
Explain the usage of Web Browser Control?
Write the steps in Creating ActiveX Dll and Active Exe?