CHtmlView or CHtmlCtrl file:// protocol problems
Hi everyone, this is my first post so please excuse anything I may do wrong! I have a problem when trying to load local files via the file:/// protocol within CHtmlView or CHtmlCtrl classes. I have an application with a docking window with a one of these views or controls inside into which I write a stream of HTML. If the HTML included <a href> links to web based URLS (eg "http://www.wrox.com") the link will work and popup but if the link is to a local file (eg "file:///c:/test.html") the links shows but clicking on it doesn't move the page to the link. Has anyone any experience of this?
Best wishes,
Paul
|