Hi all,
it's me... again :) with the same problem as for 
around two weeks.
The problem is how can I communicate between two
applications. I had have already a solution using
named pipes and it's working fine... On Windows XP. 
But the programm should already work on Windows 98 
and Windows 98 doesn't know named pipes! :(
And I DON'T want to use TCP Channels! I guess that's
too unsafe.

The new idea is to use Windows messages with the
WM_COPYDATA command. But how I can do that in C#?
In my receiving window I have the WndProc method 
overriden so that I can handle the incoming messages
(it works for other messages). But if I send a 
WM_COPYDATA message nothing happens. The window don't 
get that message.

Anybody know what is to do?

Regards,

Jan Dropczynski
Software-Engineer
THONA Consulting Ltd.
 

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to