I am solving a hooked process related problem. I have extracted the controls of other managed processes and simulated those controls on the some other separate process. After somehow drawing those controls on other processes (in the exact position as in the original processes), I want to send input to those actual processes which do occur on the simulator's process simulated controls. If the simulator's control (e.g. button) somehow receives "click", it should transfer to the actual process button control's event handler.
I have overwritten all of the event handlers and registered the events to the simulator's control. I need to send messages to the actual controls drawn in the actual process from some simulator's process's controls.