What is the Advantage of ActiveX Dll over Active Exe?



What is the Advantage of ActiveX Dll over Active Exe?..

Answer / kalirajan

ActiveX Dll - It is 'In bound process' file. We have to add
the dll into vb project get the functionality.

Activex exe - It is out bound process file. we can execute
directly.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

Explain the differences between ActiveX Dll and ActiveX Exe?

1 Answers  


How good are you in VB?

2 Answers   Satyam,


What is data binding in vb net?

1 Answers  


How would you access objects created in ActiveX Exe and ActiveX Dll

1 Answers  


What is "NULL"?

1 Answers  


What was introduced to Visual Basic to allow the use of Callback Functions?

1 Answers  


How come I get a "No Current Record" error when I use a a Data Control on an empty table?

1 Answers  


what is the Benefit of wrapping database calls into MTS transactions?

1 Answers  


what is the Code for DSN Less Connection?

1 Answers  


To validate a range of values for a property whenever the property values changes,which type of property procedure you use?

1 Answers  


What do you know about chaining views.

1 Answers  


What is the difference between <F8> and <Shift-F8> when debugging?

2 Answers  


Categories