I have a service written in c++, running quite nicely. I also have a VB application that can start and stop the service, by sending the start and stop messages. However I would also like the VB app to report on the current status, and update settings on the run.
I like to think I could use messages like the start and stop messages, however, I can't see how to get data in or out that way. Is there a way? The point of this is to remotly manager a service.
I like to think I could use messages like the start and stop messages, however, I can't see how to get data in or out that way. Is there a way? The point of this is to remotly manager a service.