tags:

views:

63

answers:

2

I would like to use NETDDE in .net 2.0, but I am having a difficult time getting started. I am looking for a few pointers.

thanks

A: 

http://ndde.codeplex.com/

Found via: Mauricio Rojas Blog

TrueWill
+1  A: 

Well, you could try using NDde. It is a library that wraps the DDEML so that you can establish conversations between DDE clients and servers. Some people have reported being able to use it with NetDDE. The biggest problem you will have is getting NetDDE to work period. I would experiment using Excel first and then once you get that working you can pretty much copying the application, topic, and item names.

However, I strongly encourage you to find an alternative to DDE and especially NetDDE if at all possible. DDE is difficult to work with for various reasons and is a dying technology.

Brian Gideon
Wow, NDde still gets downloaded quite frequently. I am torn between posting an update to the library or just letting it die.
Brian Gideon
Let it die, please.
Hans Passant
I am not in a position to move from DDE, mindyou the data is also kept on a sql-server...I am just exploring ideas.
fishhead
@fishhead: NDde is going to be your best shot then. @Hans: Haha...yeah. I said that more in jest than anything else. I have no intention to revive, advertise, or advocate its use. In fact I am actually quite appalled at just how frequently it is used.
Brian Gideon