Messaging In The Hand

Messaging In The Hand was a lightweight inter-process communication (IPC) library for Windows Embedded Compact. It allowed two separate .NET Compact Framework processes to pass structured messages back and forward to exchange data reliably. This is commonly required when you have a UI app and a headless background service. We provided instructions to integrate a native-code (C++) executable too if both parties are not managed code.