是否有用于获取代理用户名和密码的标准 Windows 对话框?

发布于 2024-09-26 20:44:45 字数 188 浏览 3 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

这样的小城市 2024-10-03 20:44:45

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文