WM_COPYDATA Messages between two C# Apps via MessageWindow

J

Jim Frazer

Hi,

Is there any reason why using a MessageWindow in two C# applications to
exchage WM_COPYDATA windows messages wouldn't work? I'm trying to do this
and have failed so far. The receiving application WndProc is receiving
local messages but doesn't receive the WM_COPYDATA from the sending
application.

I've been able to make this work when sending from a C# application to an
eVC++ 4.0 application and vice versa.

Tomorrow I'll try watching with CE Spy to see what's happening, but in the
meantime, I thought I'd see if anyone else had successfully done this.

Thanks,

Jim Frazer
 

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