Silverlight OOB 窗口扩展 Aero 玻璃

发布于 2024-10-08 09:44:20 字数 143 浏览 1 评论 0原文

我有一个简短且(我希望)简单的问题。

是否可以将 Aero Glass 扩展到 Silverlight 应用程序中的浏览器窗口外?我想问题是它是否可以访问 DwmApi.dll...

有人对此有解决方案或线索吗?

提前致谢。

I got a short and (I hope) easy Question.

Is it possible to extend the Aero Glass into a out of browser window in a Silverlight application? I guess the question is wether or not it can access DwmApi.dll...

Does anyone have a solution or clue to this?

Thanks in advance.

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

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

发布评论

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

评论(1

与酒说心事 2024-10-15 09:44:20

如果应用程序是可信的,您可以创建一个 COM 组件来执行您想要的行为。在 SL5 中,受信任的应用程序将能够直接调用 Win32 API。

If the application is trusted, you could create a COM component to perform the behaviors you want. In SL5, trusted applications will be able to directly call Win32 APIs.

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