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


Please Help Members By Posting Answers For Below Questions

What is script control?

570


How many File System Controls are there ? Explain.

1559


Give brief description about class?

1492


Which method is preferred to save data like database to the disk?

1527


Is the Access Engine and Visual Basic Pro good enough for database work?

988






When should we use recursive programming?

544


Can you create a tabletype of recordset in Jet - connected ODBC dbengine?

1536


Why does everybody say I should save in TEXT not BINARY?

1140


DHTML Is used for what?

1411


Write the Steps in Creating an ActiveX Control?

1972


What is ActiveX Control?

1762


Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?

1151


How do I remove/change the picture property of a control at design time?

1105


Write the Steps in Creating an ActiveX Control?

1522


How do I get the number of free bytes on a disk?

1202