2 applications communicating on Windows Mobile 5

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

Hello all,

I would like to have 2 applications on one device communicating, what
is the best way to do this?
shared memory? some sort of messaging.
 
it is going to be a client server relationship.
Client sends transaction to server queue, server receives message and
processes transaction.

any examples out in the world? prefer C#.
 
PointToPointMessageQueue in the .NET CF 1.x is used in the
AdapterStatusMonitor class (receives queue messages), and DeviceMonitor
(receives queue messages). I don't recall using the class in any situation
where managed code was the sender, but I think you can figure it out.

Paul T.
 
Back
Top