Today I was confronted with the following problem. We do have a WPF control which displays dynamic content inside a closed system. Is it possible to display this control inside Chrome on a remote machine? We would like to display the content of this control on a remote machine with bidirectional communication. Any idea where to start? Just capturing a screenshot and transmitting this is not an option. Buttons in the control should also work on the remote machine.
Thanks