Link to home
Start Free TrialLog in
Avatar of microdrainage
microdrainage

asked on

DDE across a network

How do you specify a DDE link between two apps that are on different machines on a network?
Avatar of CesarGon
CesarGon
Flag of Spain image

You can't. You have to use NetDDE through API calls.

By the way, use DCOM. Is much better and seldom unrecommended.

Regards,
César.
Avatar of microdrainage
microdrainage

ASKER

Thankyou, I know you have to use NetDDE. Does anybody know the neccessary calls to do this.

The only MS Knowledge Base article for this refers to using the NDdeShareAdd call but this doesn't appear to work anymore (the article was written for VB 1)
I used to know when I programmed for 16-bit Windows. I will have a look at my old code and let you know if I find something.

Regards,
César.

ASKER CERTIFIED SOLUTION
Avatar of Mirkwood
Mirkwood

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial