Question about winform and win-service

  • Thread starter Thread starter Tom Rahav
  • Start date Start date
T

Tom Rahav

Hi,
I'm looking for information about how to send data (messages, etc.) from a
running win-service to to a running win-form.
Can someone help?
Thanks,
Tom.
 
Hi Tom,

To communicate between a windows service and a win-form app, you can use
several ways. The most commonly used are .NET remoting and Message Queue.
Here are some articles for your reference.

http://www.codeproject.com/csharp/RemotingExec.asp
http://www.codeproject.com/w2k/msmq.asp

Kevin Yu
Microsoft Online Community Support

============================================================================
==========================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
============================================================================
==========================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top