I have an application that essentially runs unattended. It's probably going to run as an overnight process or something. It may also have more than one instance running at once.<BR><BR>The libraries ...
I've built a Windows Service application. Now, I'd like to build a GUI application to monitor and control that service. But I can't find a good way to get information from the service to this GUI ...