Host silverlight 3.0 in wpf application

拜拜、爱过 提交于 2019-12-08 05:12:59

问题


How do I go about hosting a silverlight 3.0 application inside of a wpf application in which I can pass data between the two? It needs to run without internet connectivity.


回答1:


I have a project I'm working on to do that. It's very experimental right now...Hell I really haven't even announced it yet.

http://silverlightviewport.codeplex.com

-Jer




回答2:


There is no known control that can do this seamlessly out there as yet. To do something like this, you will need to host a web control and use javascript to communicate with the host for interop. Which by the way is not at all recommended.



来源:https://stackoverflow.com/questions/1934725/host-silverlight-3-0-in-wpf-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!