Answer Posted / baljeet deshwal
object Linking and Embedding (OLE) is a distributed object system and protocol developed by Microsoft. OLE allows an editor to "farm out" part of a document to another editor and then reimport it. For example, a desktop publishing system might send some text to a word processor or a picture to a bitmap editor using OLE. The main benefit of using OLE, next to reduced file size, is the ability to create a master file. References to data in this file can be made and the master file can then have changed data which will then take effect in the referenced document.Dynamic Data Exchange (DDE) is a technology for communication between multiple applications under Microsoft Windows and also OS/2. Although still supported in even latest Windows versions, it has mostly been replaced by its much more powerful successors OLE, COM, and OLE Automation. However, it is still used in several places inside Windows, e.g. for Shell file associations.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How many ways you can access file using VB?
Explain about creating VB applications in excel?
What is the difference between c++ and visual basic?
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).
In which areas the Error occurs?
What is Internet Explorer and its uses?
What is DAO?
How many tabs in a tabbed dialog do you consider appropriate?
DHTML Is used for what?
What is the Windows API?
Which method is preferred to save data like database to the disk?
Explain about control properties?
What is the use of Immediate, Local Window?
which property used to add a menus at runtime?
What is constructors and distructors.