Hello,
not sure in what forum I would put this question.
I want to write a VB program that can controll which settings is checked in the LAN-settings window in internet explorer, to control what proxy-server will be used. I know about the proxyenable key in the registry, deciding if the proxy-server should be used or not, and also the key that decide what proxy will be used.
However, if I set proxyenable=0 (means to not use proxy), the setting for automatic detection is still checked in internet explorer, which means that it will still use a proxy-server. So to get around this, I must manually uncheck this. How can I do this in VB?

/Robin