send en receive string to windows service
Hi,
I can make a connection from my windows form to my windows service and I can call a function from my windows service with the servicecontroller.executecommand.
But i want to send a string( or object) to the service and receive a string(or object)
Is this possible and how?
thx