J
jeffrey.bigham
Hello,
I'm developing an application in C# using the WebBrowser control and
need to toggle images off and on. After some digging, I found the
appropriate registry key that needs to be set and then discovered how
to inform other windows that a change has taken place via an Interop
call to SendMessageTimeout using the flag WM_SETTINGCHANGE.
After all of this, the WebBrowser control still requires a full refresh
to reflect the change that I made to the registry. This messes up
javascript that I have running on the displayed page and it doesn't
seem to happen in Internet Explorer. How can I get the WebBrowser
control to toggle images without requiring a full refresh?
Thanks!
Jeff
I'm developing an application in C# using the WebBrowser control and
need to toggle images off and on. After some digging, I found the
appropriate registry key that needs to be set and then discovered how
to inform other windows that a change has taken place via an Interop
call to SendMessageTimeout using the flag WM_SETTINGCHANGE.
After all of this, the WebBrowser control still requires a full refresh
to reflect the change that I made to the registry. This messes up
javascript that I have running on the displayed page and it doesn't
seem to happen in Internet Explorer. How can I get the WebBrowser
control to toggle images without requiring a full refresh?
Thanks!
Jeff