Hi How can I send a message from a .NET application to another .NET application. The two applications is running on the same computer/login. Application X is just going to tell application Y that it is going to show invoice xxxx.
I have looked into .NET remoting but it seems a bit complex for this simple task ......