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
Explain the usage of Web Browser Control?
what are the Types of LockEdits in RDO?
How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?
What is the use of debug Window?
What is difference between datagrid and flexgrid?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
What are some methods you can use to send data from one VB executable to another one?
Explain Default cursor Type and LockEdits type in RDO?
How would you attach pictures in Treeview Control?
How do I program the Novell NetWare API from VB?
How to use hyperlink?
Is the Variant type slower than using other variable types?
Types of LockEdits in RDO.
What is instantiating?
what are the types of cursors in DAO?