Silverlight2 中的浏览器之外

发布于 2024-07-17 08:12:10 字数 354 浏览 4 评论 0原文

如何使用 Silverlight 2 构建独立应用程序。

1.我知道 Silverlight 3 具有浏览器外功能来构建此类应用程序。 但它还处于测试阶段,我已经等不及了。
2.我也看了 Desklighter(http://www.blendables.com/labs/Desklighter/Default.aspx< /a>) 有助于从 xap 文件构建可执行文件。 但它需要 .Net Framework 才能运行,这超出了目的。

How can I build a Stand Alone Application with Silverlight 2.

1.I know that Silverlight 3 has the Out of Browser Functionality to build such Applications. But it is in beta and I cannot wait for it.
2. I also had a look at
Desklighter(http://www.blendables.com/labs/Desklighter/Default.aspx) which helps to build a executable from a xap file. But it needs .Net Framework to run, which beats the purpose.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

情话难免假 2024-07-24 08:12:10

只需构建一个 winform 应用程序并托管 iexplore ocx ,
将 ocx 指向包含 silverlight 应用程序的 html 页面。
Tamir khasons 博客上有一个 dotnet 示例 http://khason.net/博客/独立-多平台-silverlight-application/
但它可以用任何语言实现

just build a winform app and host iexplore ocx ,
point the ocx to an html page that contains the silverlight app.
there is a dotnet example on tamir khasons blog http://khason.net/blog/stand-alone-multiplatform-silverlight-application/
but it can be achived in any language

北城挽邺 2024-07-24 08:12:10

出色地! 如果你想达到这个特定目的,我同意丹尼尔的解决方案。
现在关于@James,是的,它会破坏目的,而不是尝试用 C++ 开发主机,然后......

well! if you want to go for that particular purpose i agree with daniel's solution..
now regarding @James, yep it will defeat the purpose instead try developing the host in c++ then...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文