0
Answer

send en receive string to windows service

Photo of Kris Lemoine

Kris Lemoine

20y
2.4k
1
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