What's the easiest way to change windows proxy address using .NET code?

I found code examples here:

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

But it is very complex and involves managing the Windows registry.

Is there an easier and less error prone way to change the proxy address?

0


source to share


1 answer


The code for this can be found here using the correct APIs and not by hacking the registry directly



+1


source







All Articles