I'm trying to set some security settings of the IE programmatically. I know how to set the registry keys. But how can I reload the security settings in a running instance of the IE (without restarting it) I was playing around with several messages (WM_SETTINGCHANGE, WM_User + ... - I found these hints in the web and I played with Spy++), but I couldn't figure it out.
I wasn't sure if this is possible till today... Today I installed the Internet Explorer Developer Toolbar: And the disable script button does exactly what I would like to do in my application. How does this function work Any ideas I would very much appreciate any help!
Thanks in advance,
Samsiol