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.

link|improve this question

64% accept rate
What's the question? – dthorpe Jun 3 '11 at 23:33
Tried to elaborate everything at above. My problem is to send the messages those occuring as input to some remote simulator's process to actual process of whome the contril simulated in some simulator's process. Please read two times the above post – Usman Jun 3 '11 at 23:36
Thiking outside the box: wouldn't the seamless windows extension to the RDP protocol just work? codeproject.com/KB/IP/tswindowclipper.aspx en.wikipedia.org/wiki/Remote_Desktop_Protocol – Jeroen Wiert Pluimers Jun 10 '11 at 9:05
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.