For one of our desktop applications, we use an HTML interface loaded from local files into the WebBrowser control.
This works great, but now we want to download files from another source and try to transfer them using IPersistStreamInit (for example, this example on MSDN ). It seems to work fine except for links to javascript.js files (jQuery and others). He tries to download them from the "about:" location, which leads to errors.
I would really like to receive a callback event when the streams are transmitted through additional files, and substitute the necessary data. This may require too much, although suggestions for workarounds are welcome!
source share