Hi,
zieht der chromium embedded denn nicht die Proxy Einstellungen aus dem Chrome Browser, so wie TWebbrowser und TEmbeddedWb die Proxy Einstellungen aus den IE Einstellungen holen?
PS:
gerade entdeckt:
https://groups.google.com/forum/?fro...ed/2rFrrvPiEww
I was able to get custom proxy handling to work by hooking the WinHttpGetIEProxyConfigForCurrentUser()
api procedure in winhttp.dll. If you're interested in this technique, I can provide some code.
--Troy