.NET Framework Bookmark and Share   
 index > .NET Framework Networking and Communication > windows service and windows application communication
 

windows service and windows application communication

hi

I have made a windows service and a windows application as service manager. I can control the service from the service manager and also I am able to send and excecute commands which have been supported by the service throgh customCommands.

now what I need is to send back the information which the service will get from the network, to the win application (service manager). is there any simple way to do it other than socket programming? the only thing that I need is to notify the user from system tray about the information from service

thank you in advance

regards

ashk1860
You could do this very easily with Wcf. Just create endpoints in the application that the service can talk to. I would recommend both Tcp and namedPipe endpoints so this applicaiton can be used on teh same machine or accross teh network.

Dan Rigsby

You can use google to search for other answers

Custom Search

More Threads

• Request for the permission of type System.Net.Mail.SmtpPermission
• VB.NET Network Programming
• Business Objects with WCF
• FTPWebRequest - Operation has timed out
• Programmatically login to HTTPS website with credentials C#
• Web service connection problem
• w3wp crashes with no reason please help
• Getting IP address of sender (UDP Socket )
• Problem sending SMTP mail
• Poor performance in SslStream