Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the Advantage of ActiveX Dll over Active Exe ?



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

Post New Answer

More Visual Basic Interview Questions

what is the property to resize a label control according to your caption?

1 Answers  


How do you change the icon and otherwise manipulate the DOS box?

0 Answers  


What can you do with visual basic?

0 Answers  


which collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol?

1 Answers  


State about the different types of visual basic data?

0 Answers  


advantage and disadvantage in visual-basic and ms-access please tell me or send my mail-id

0 Answers  


How can you save and Get data from Clipboard?

1 Answers  


What is the error message that you would get if you try to use a recordset that is not initialized to anything?

2 Answers  


Which Property is used to compress a image in image control?

1 Answers  


Explain about control properties?

0 Answers  


Is the Variant type slower than using other variable types?

0 Answers  


Scope of API?s can be of different types, what are they Why API functions are Required?

0 Answers  


Categories