views:

389

answers:

1

I found a code samples here:

http://sturla.simnet.is/post/2008/09/22/Enable-proxy-in-IE.aspx

But it's very complex and involves manipulating the Windows registry.

Is there an easier and less error-prone way of changing the proxy server address?

+1  A: 

Code to do this can be found here, using the proper APIs rather than direct registry hacking

Paul