DDE examples in .NET?

  • Thread starter Thread starter Dale
  • Start date Start date
D

Dale

I'm attempting to use the DDEML library in C#.NET. Some of the structures
are not well documented however, leaving confusion over structure sizes and
permitted values.
Anyone know of an example in .NET using either DDEML or plain DDE? I'd
prefer C#, but anything would be useful.

Thanks.


Dale
 
Dale,

There are some user samples on http://www.gotdotnet.com that may help
some. You may have a hard time finding any examples that use the more
advanced features of the DDEML which require those structure
definitions. Using DDE is like taking a road-trip with a Model T.

Brian
 
Thanks Brian.

Your suggestion came one day too late :) Fortunately I have finished;
successfully -- imagine that. :)

This was one of the most stressful tasks I've had for awhile, as I wasn't
sure that it would actually work until all of the code was written and
tested.

Thanks for the tip.


Dale
 
Back
Top