IPC in .NET

  • Thread starter Thread starter Gordon Knote
  • Start date Start date
G

Gordon Knote

Hi

I just started .net programming from old-style C++ and
I've got a problem: I was used to implement inter process
communications in C++ e.g. via the WM_COPYDATA message.
Now, I can't find that in .NET (C#,VB) Applications any
more. Is there a better aproach for this???


Gordon
 
Back
Top