Hi,
Try this code:
lock(this)
{
object flag = (int)12;
object nullPointer = null;
IE.Navigate(URL, ref flag, ref nullPointer, ref
nullPointer, ref nullPointer);
}
In url paramter you can give the url of the same page.I am just making a
guess, hoping this might solve your probelm.
Thanks and Regards,
Manish Bafna.
MCP and MCTS.
> Does anybody knows if there's possible to force Internet Explorer to re-read
> the registry for Internet Options?
[quoted text clipped - 10 lines]
>
> Thanks in advance!
Karin - 30 Jan 2007 13:25 GMT
Thanks Manish for your answer, but I'm sorry, It doesn't work... It only
reloads (refreshes) the document(s) inside the browser. It's the
"Tools\Internet Options\Connections\LAN settings\Proxy Server" I want to
reload (read proxy settings from registry) for each running instance of
ie-browsers.
/Karin
> Hi,
> Try this code:
[quoted text clipped - 29 lines]
> >
> > Thanks in advance!