I have a project on Visual C++ 6.0 MFC that requires a web browser. Actual HTML code should be shown on a web browser, not navigating on an existing html file. Like
<html>
hello world
</html>
the sample html above will be stored in a string then shown on web browser. I know how to do this on .NET but not on Visual C++ 6.0.
Thanks,
Gilbert Wong