In my application I'd like to start another process, which has 3 events. How can I fire/trigger an event, or just call a function, which is in another process? I also would like to pass some object to the another process (i.e. the handler of my form's textbox).
This example looks perfect, but can I do that without tcp? Ie.: over pipes, etc.. Correct me if I wrong, but the eventwaithandle is not a solution for me, because every (3) event would require on own thread to block.
Thank you in advance,
Daniel