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 activex control in vb?
What is FireHouse Cursors?
What are 3 main differences between flexgrid control and dbgrid control?
How many File System Controls are there ? Explain.
1.What are the Feactures visual data manager 2.Short note on visual data manager 3.What is data control,its work,properties,methods 4.Needs for OLEDB in vb 5.LIst steps involved in generating christal report 6.What is a recordset 7.Diffrence between RDO and ADO 8.What is an Activex control 9.Advantages of ADO over data control 10.Diffrence between model and modeless form 11.What is the significance of debug window 12.Diffrence between single document and multiple document 13.Explain data report
i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI).
How to down load image properties.
____ property is used to lock a textbox to enter a datas.
What is a thread pool and how are the threads within a thread pool managed?
How do I implement an accelerator key for a text box?
What is the need of tabindex property is label control?
To populate a single column value which dbcontrols you to use?
What are the types of line styles available in Treeview Control?
Explain about control properties?
what are the Default cursor Type and LockEdit type in DAO?