What is DDE?
– DDE stands for Dynamic Data Exchange. DDE is used by programs running under Window to communicate with each other. In the typical case one of the programs involved acts as a DDE server, the other as a DDE client. The server is always accepting requests and commands and the client is requesting information and giving commands to the server. Good examples of the use of DDE are mIRC’s support of WWW browsers by the build in URL catcher and the support of the text to speech program ‘monologue’ by the /speak command. Read more about them in the sections 6-22 and 6-25.