0
Answer

send en receive string to windows service

Ask a question
lemoinek

lemoinek

19y
2.1k
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