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
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
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.