是否有用于获取代理用户名和密码的标准 Windows 对话框?
我正在使用 WinHTTP
编写一个需要访问互联网的应用程序,并且可能位于代理后面。如果用户位于域中,则一切(几乎)开箱即用,但如果他或她不在域中,那么我需要一种方法来请求凭据。有没有标准的方法来做到这一点,或者我应该编写自己的对话框?
理想情况下,我想要模仿 IE 的用户名/密码对话框的东西。
谢谢。
I'm using WinHTTP
to write an an app that needs access to the internet, and is potentially behind a proxy. Everything works (almost) out of the box is the user is on a domain, but if he or she isn't then I need a way to ask for credentials. Is there a standard way of doing that, or should I write my own dialog?
Ideally I'd like something that mimics IE's username/password dialog.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CredUIPromptForCredentials()(或其变体之一)可能就是您正在寻找的。这提供了与您的软件运行的 Windows 版本一致的外观和感觉。
CredUIPromptForCredentials() (or one of its variants) is probably what you're looking for. This provides a consistent look and feel with the version of Windows your software is running on.