Hi

I have to build an application with a comms backend, all using .net

The requirement is that the communication code is obviously run in a seperate thread, in this case i would like to run it as a windows service.

Now i need to be able to communicate with that service from a windows forms application, and at first it seems that MSMQ would be the thing to use for that..

Now the interesting thing is that this might be needed to run within the compact framework at some point as well, and im not sure if windows services or MSMQ is included in the compact framework.

Can anybody clarify things here for me?
thanks