I managed to compile wxIEHtmlWin. I found LoadStream is not working as my expectation. For example, inside my html file, I have something like this:
Code: Select all
<img src="images\image001.gif" align=left>
If I use LoadUrl, there is no problem to show picture. But if I use LoadStream, the picture will not be shown correctly. How does LoadStream work? If it won't load external linked file what's the purpose for LoadStream?
[/code]