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
 

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

Back
Top