询问者
wpf窗口显示在win7系统登录界面之上

问题
全部回复
-
可以去看看SampleWrapExistingCredentialProvider示例,但是第三方CP如果出bug的话会是所有第三方CP都挂掉所以系统的登陆界面总是需要保留的,也就是说,用户可以在登录的时候不选你的CP。
Visual C++ MVP -
Hi xxyxxb2080,
欢迎在MSDN论坛发帖。
你有尝试使用 Winlogon and Credential Providers, Winlogon 是一个windows 模块,可以和logon session 提供交互。
如果你想使用 Winlogon and Credential Providers,可以查看windows 里面提供的实例代码。在 下面目录下 Windows SDK installation directory under \Samples\Security\CredentialProvider
我这边还发现一个相似的解决方案,你可以参考一下。
Is it possible to display my window over a Windows logon screen?
Note:关于SampleWrapExistingCredentialProvider,你可以看这个链接
Best Regards,
Hart
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
-
Hi,
感谢你的反馈
如果你的问题解决了,请及时标记有用的回复作为答案,这样会帮助遇到相同问题的人。
Best Regards,
Hart
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
-
Hi,
我觉得如果你开发WPF这样的程序,也是需要这个认证的,WPF程序如果想要运行在windows 的锁定窗口至少需要认证,不然一个普通的exe程序,是没有办法运行在这之上,
我觉得如果你认证成功,可以在登陆这个界面上,在画一些你想要的界面。
Best Regards,
Hart
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.