I wrote a Windows service and I want to associate it with a win32 (Desktop) application, can anyone tell me what exactly I have to do to create this message. In my case, my Service is the server, and the other process is the client. The process should establish a connection to the service whenever the user starts it on his machine.
source
share