silverlight 3.0 communication with winforms

Posted by abusemind on Stack Overflow See other posts from Stack Overflow or by abusemind
Published on 2009-07-16T03:15:48Z Indexed on 2010/06/18 4:03 UTC
Read the original article Hit count: 521

Filed under:
|
|
|
|

I would like to create a winform on the client side for interaction with Silverlight 3.0. The basic idea is using the winform browser. I definitely need both the directions of communication. Would it be impossible by using JavaScript as a midware for the interaction or some better ways? Or is there any new features of Silverlight 3.0 supported for this kind of winform application communication? The original one is one the client's browser to run but now I would like to migrate it to the winform application. For the sake of time-saving, please don't mention about the WPF because of the gap between WPF and the Silverlight.

© Stack Overflow or respective owner

Related posts about c#

Related posts about JavaScript