DDE: A simple example
May 11, 1996
Author: Embarcadero USA
Technical Information Database
TI1177D.txt - DDE: A simple example
Category :Delphi 1.x
Platform :All Windows
Product :
Description:
Q: How can I do DDE under Delphi using API calls ?
A: Its fairly easy to accomplish, following is an example of how to have a
client program talk with a server program. Both are completely written in
Delphi. In total there are 2…