I am in the process of writing a Windows service and I need for the "client" EXE to communicate with the Windows service and send certain types of information. I'm confused on how to get the Windows service to load up and register the COM to the OS os the "client" can communicate.
Not sure if that makes sense but I want the EXE (client running as a user process) to be able to talk with the Windows service and send data besides just service status messages.
Anyone have any examples or sample code?
Thanks!
Not sure if that makes sense but I want the EXE (client running as a user process) to be able to talk with the Windows service and send data besides just service status messages.
Anyone have any examples or sample code?
Thanks!
Comment