Answer Posted / asif
DDE (Dynamic Data Exchange) a communication protocol that
let applications call each other.OLE was the first protocol
that enabled users and programmers to create compound
documents—that is documents that contain data from different
applications (for example an Excel worksheet inside a Word
document). Depending on the application's needs compound
documents can completely encapsulate other simpler documents
(embedding) or contain simply a reference to existing
documents (linking). When the user clicks on an embedded or
linked document inside a compound document Windows runs the
application that's capable of dealing with that particular
type of document.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
what is use of book mark in excel ? send answer in my id ashishpal11@rediffmail.com
What is Seek Method which type of record set is available this?
What is a thread pool and how are the threads within a thread pool managed?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
Difference between Class Module and Standard Module?
How can you Implement windows functionality in VB?
Explain about the basic features of Visual basic?
What are the rules which should be followed while naming a variable in VB?
Why doesn't "my string" & Chr$(13) do what I want?
What do you know about chaining views.
Difference between ActiveX Control and Standard Control.
How can you check whether a record is valid record or Invalid record using ADO control or Object?
How do I do Peek and Poke and other low-level stuff?
What is DBSqlPassThrough?
How do I prevent multiple instances of my program?