0

In my WPF application I am using a Web Browser control, which is showing a Silverlight application. I have to go with this design(Web Browser and Silverlight) because, I badly need PivotViewer control, which only available on Silverlight.

Now, I need to communicate from WPF to silverlight app which was in Web Browser control (i.e. Pass an .NET List/Class).

How can I do it? and What are my options?

H.B.
  • 166,899
  • 29
  • 327
  • 400
a praveen
  • 318
  • 4
  • 9

1 Answers1

0

If your application is built around a Silverlight control, why are you hosting it in WPF? Wouldn't it be simpler to just have a Silverlight Desktop Application?

Abe Heidebrecht
  • 30,090
  • 7
  • 62
  • 66