DDE

S

Steve Barnett

What's the .Net equivalent of DDE? I use DDE in a VB6 program to swap data
between a couple of programs and was wondering what I should use in C# to
replace it.

Thanks
Steve

P.S.
Is there an "equivalence" web site where I can lookup a VB6 feature to
see what the .Net equivalent function is...
 
J

John Bailo

Probably remoting.

For example, in 1.1 you can set up a remoting object as a server that
multiple programs can register to and exchange data.

In 2.0, it gets a lot easier with Indigo (sorry, *WCF*).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top