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
___,_____ and ____ container objects.
What is the difference between change event in normal combobox and dbcombobox?
How would you create Visual basic Document file?
Is visual basic easy?
Difference between Tabletype and Snapshot?
How would you add elements and pictures to listitems in listview control?
How can I access a record by record number?
How would you add elements and pictures to listitems in listview control?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
How many ways we can access file using VB?
What is the default workspace?
Difference between Linked Object and Embedded Object?
How would you Create a Query Builder and Explain its uses
What is the difference between c++ and visual basic?
What are the uses of List View Control?