I'd like to be able to have my apps send some messages between each other. Ideally, this would happen in the background without being intrusive to the user.
What techniques are available for doing this? Reading the Interprocess Communications page, I see that something like Mailslot would be perfect.
Thanks.