G
Guest
Does anybody knows if there's possible to force Internet Explorer to re-read
the registry for Internet Options?
I have built an Windows Forms application which changes proxy-settings in
the registry
(HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings). The application is build in C# and I use SHDocVw to enumerate
through running instances of IE; foreach (InternetExplorer ie in
shellWindows) {... I've tried ie.Refresh() but it only reloaded the document.
I soon get nuts, I've scanned "all of the Internet" for answers... )
Please help!!!
Thanks in advance!
the registry for Internet Options?
I have built an Windows Forms application which changes proxy-settings in
the registry
(HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings). The application is build in C# and I use SHDocVw to enumerate
through running instances of IE; foreach (InternetExplorer ie in
shellWindows) {... I've tried ie.Refresh() but it only reloaded the document.
I soon get nuts, I've scanned "all of the Internet" for answers... )
Please help!!!
Thanks in advance!