Best way to communicate between 2 VB.Net apps?

Posted by ajl on Stack Overflow See other posts from Stack Overflow or by ajl
Published on 2010-04-10T21:39:58Z Indexed on 2010/04/10 21:43 UTC
Read the original article Hit count: 250

If I control both applications, what is the best way to communicate between 2 exe's written in VB.Net. For example, I want to drop an XML file from one app, and pick it up with the other, but I do not want poll for the file. I've heard of named pipes, but I found it was complicated. What's the most effecient way to do this?

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about interprocesscommunication