Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows XP 中,我编辑了 Internet 选项并设置了代理详细信息,我打开 IE8 - 然后它会询问代理用户名/密码,然后它就可以正常工作了。
然后我用 TWebbrowser 打开我的应用程序,但是所有 url 都将无法加载,它只是出现了一个默认的 windows 页面,说页面无法加载。
你需要做一些特别的事情来使 TWebbrowser 与代理一起工作吗?
德尔福 XE
我怀疑您在 WebBrowser 控件上设置了“静音”属性。这会阻止提示用户输入代理服务器凭据的对话框。
另请参阅 http://blogs.msdn.com/b/ieinternals/archive/2011/05/04/side-effects-of-setting-the-silent-scripterrorssuppressed-property-for-web-browser-control.aspx