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 |
How would you Create a Query Builder and Explain its uses
What do you mean by Databound Controls? Explain.
How do you do multithreading application in VB
what is the Difference between Query unload and unload in form?
How many types of API functions are availble in VB?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
How would you attach an ActiveX control in Your Application?
What is the latest version of visual basic?
___ VB constant make the menu item in centre.
What is recordset in visual basic?
What is Implicit?
How do I call help files from a VB program?
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)