WPF Window on Winlogon Desktop

百般思念 提交于 2019-12-24 06:04:00

问题


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.

来源:https://stackoverflow.com/questions/4376467/wpf-window-on-winlogon-desktop

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