I need to send command to windows service from a windows form. I have tried ExecuteCommand of ServiceController but had hard time testing.
I am planning to use sockets for IPC as i can also receive a feedback.
If any one could help find a similar example it would be great.
thanks.
Thanks for the comments.
I decided to go with wcf and this really helped.