Hi all, I'm wondering if it's possible to create a windows service in .NET and then create another windows.forms process that connects to the service and passes parameters, modifies and views its datastructures and connected database, etc.
I believe that in Vista this is only possible with the use of sockets, and not with a ServiceController class. Can anyone direct me to examples or tutorials on how to do this, please?
Thanks!