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 are the important components of OLEDB?
Which language is used in visual basic?
How would you attach pictures in column headers of List View Control?
Does VB support pointers to functions?
by writing MACRO CODE,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). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
Is it possible to Manipulate data through flexgrid? Explain.
Recordset object consists what?
What is the current version of Visual Basic for Windows?
What is the default workspace?
What are the rules which should be followed while naming a variable in VB?
what are the Types of LockEdits in RDO?
Difference between Dynaset and Snapshot?
How can you Navigate from the DHTML application to another DHTML application? .
Is visual basic still used?
___ argument can be used to make a menuitem into bold.