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 are the Differences between variables defined as public in a standard module (.bas) file and a Class file?
How would you access objects created in ActiveX Exe and ActiveX D1T ?
Types of LockEdits in RDO.
How do I tell when an application executed using the SHELL command is finished?
Why we need a MDI form? How can we make a form as a mdichild form?
what is different between edit and update?
Scope of API's can be of types, what are they?
What is ActiveX Dll and ActiveX Exe?
Advantage of ActiveX Dll over Active Exe.
What is the latest version of visual basic?
Explain about the creation of EXE files with Visual Basic?
Which method is used to write context Into file?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)