Hello,
Can any one tell me how to work with dde
with example
Thank you
Printable View
Hello,
Can any one tell me how to work with dde
with example
Thank you
One appointment: don't use DDE. Microsoft is mantaining it for compatibility with old applications. DDE is slow and very limited. If you need to interchange data between applications, use ActiveX.
But if you need to work using DDE, you can find good examples in the knowledge base.
Thanks