mIRC Home    About    Download    Register    News    Help

Print Thread
#4464 02/01/03 02:37 AM
Joined: Dec 2002
Posts: 24
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Dec 2002
Posts: 24
Anyone know how to use DDE in .NET? (C#, or VB.NET)

In Visual Basic 6, using DDE was a simple process, but in .NET I can't seem to figure out how to do it. Any insight would be appreciated smile

Regards,


-DarkStarX
"If at first you don't succeed, sky diving's not for you."
Joined: Dec 2002
Posts: 86
D
Babel fish
Offline
Babel fish
D
Joined: Dec 2002
Posts: 86
I've found an example that appears to be relevant:
http://www.ozemail.com.au/~markhurd/vbnetdde.zip

He has intermixed server/client code in there, so it should help with your quest.

Remember you could still create a VB DLL to expose all the DDE methods that you need to use and use COM to talk to it.

G'luck.

-chris

Joined: Dec 2002
Posts: 24
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Dec 2002
Posts: 24
Thanks d00dman!

At first glace this looks like a much more complicated procedure than I thought it would be. I will look over the code more thoroughly however, and if all else fails, you're suggestion to create a VB6 COM component is a good idea smile

Regards,


-DarkStarX
"If at first you don't succeed, sky diving's not for you."

Link Copied to Clipboard