Winlogon 桌面上的 WPF 窗口
我试图在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论