Is there any way to notify IE about changes done in registry via code?
Posted
by Mayur M
on Stack Overflow
See other posts from Stack Overflow
or by Mayur M
Published on 2009-05-22T20:48:18Z
Indexed on
2010/05/02
19:08 UTC
Read the original article
Hit count: 202
Hi,
I have done changes in registry (proxy settings) via Windows programming code.
I have to restart (reopen) Internet Explorer each time I run the code to make those changes take effect.
Is there any API in Windows programming through which I can notify Internet Explorer or Windows that changes are made to the registry and there will not be any need to reopen Internet Explorer to make those changes take effect?
Thanks.
© Stack Overflow or respective owner