Hi
You can create a thread given a delegate to method, can I create a process in the same way? I want to do that to be able to close the child process from task manger if something goes wrong.
I expect the answer is no and the only typical way is windows service.
Thanks