What is the difference among Standard EXE, Active-X DLL,
Active-X EXE?
Answer Posted / mohit mathur
Standard EXE can be executed by double-clicking on it
whereas ActiveX EXE and ACtiveX DLL cannot.
ActiveX EXE/DLL can be called by creating an object of it.
but Standard EXE cannot be called like this.
ActiveX EXE executes in a seperate address space whereas
ActiveX DLL exectes within the same address space as of the
main application.
| Is This Answer Correct ? | 7 Yes | 10 No |
Post New Answer View All Answers
What is controls in vb?
Difference between Class Module and Standard Module?
With in the form we want to check all the text box control are typed or not? How?
How would you add column headers in listview control?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
How can you Implement windows functionality in VB?
How would you convert a form into document?
What is ActiveX Control?
Types of cursors in RDO.
Why doesn't "my string" & Chr$(13) do what I want?
Is the Access Engine and Visual Basic Pro good enough for database work?
How to control the file?
Differentiate between DAO,ADO and Adodc as in data access objects?
Parts of ODBC?
____ property of menu cannot be set at run time.