How do you change the proxy that Internet Explorer or the Web Browser Control uses by code.:confused:
Printable View
How do you change the proxy that Internet Explorer or the Web Browser Control uses by code.:confused:
So...its an impossible task??
It's a registry setting:
Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
Value Name: ProxyServer
Data Type: REG_SZ
Data: Server:Port
Here's the link where I got this info:
http://www.mydesktophelp.com/tips/ie12.htm
Ok..thanx, I knew it could be done from the registery. One more question though. Would I have to shut down my application and start it over everytime I change the proxy?
Thanx once again