Hi,
An application that I'm using contains a internal web browser based off the IWebBrowser2 interface.
Loading a webpage from a web server works as expected, but when I try to use the "file://C:\myTestPage.html" syntax the file fails to load.
NOTE: myTestPage.html has a single paragraph with one line of text
Are local files supported in the web browser? Do I need to call a function besides Naviagate2() to load the file?
Best Regards Alistair Leslie-Hughes