Winlogon 桌面上的 WPF 窗口

发布于 2024-10-06 06:56:41 字数 229 浏览 4 评论 0原文

我试图在 Winlogon 桌面上展示在 WPF 中设计和构建的自定义窗口或控件。我已经设法使用“SetThreadDesktop”切换线程的桌面,并且窗口将在 Winlogon 桌面上打开。

问题是,窗口的内容未在 Winlogon 桌面上呈现。如果我在默认桌面上打开相同的窗口,一切都会按预期进行。

如果我用 Winforms 窗体替换 WPF 窗口,GUI 是响应式的,但我想使用 WPF 的一些动画功能。

I'm trying to show a custom Window or Control designed and built in WPF on Winlogon Desktop. I already managed, to switch the Desktop of the Thread with "SetThreadDesktop" and the Window opens on the Winlogon desktop.

The Problem is, that the content of the Window is not rendered on the Winlogon Desktop. If I open the same Window on the Default Desktop, everything works as expected.

If I replace the WPF Window with a Winforms Form, the GUI is responsive, but I want to use some of the animation features of WPF.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文