Hi all, I have an IE browser extension that receives data over a live Jabber connection on port 5222. Some people can't use it because they can't get out on 5222 from inside their firewalls, so I'd like to make the connection through their proxy server. What is the right way for my COM application to find out what the IE proxy settings are? I hold a pointer to the main browser's IWebBrowser2 interface, but that doesn't seem to expose that information. Thanks, Malcolm