2 applications communicating on Windows Mobile 5

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.
 
J

Jay

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#.
 
P

Paul G. Tobey [eMVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top