Windows Forms communicating with Services

  • Thread starter Thread starter Gianmaria
  • Start date Start date
G

Gianmaria

Hi,
i've wrote a windows service that handle incoming tcp connections. Now i
need to let him communicate with a windows form.. but without remoting.
My service fires events too that i subscribe in my win form... is it
possible?

regards.
 
Hello Gianmaria,

The problem is service and UI works in the different context.
Use interprocess interaction - pipes, sockets, DCOM, SOAP

G> Hi,
G> i've wrote a windows service that handle incoming tcp connections.
G> Now i
G> need to let him communicate with a windows form.. but without
G> remoting.
G> My service fires events too that i subscribe in my win form... is it
G> possible?
G> regards.
G>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

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

Back
Top