Decoding a Webpage

Mar 19, 2012 at 11:48am
I have managed to download a webpage's source file and now I want to open the webpage on one of my windows. I don't know much about web programming so I can't decode it. I have heard people using the Component of IE or Firefox and can do what I want to. Can anyone tell me how to use the component or give me a code to decode the webpages? (I have both a variable and a file with the code in it). Thank you.
Mar 19, 2012 at 1:30pm
This is an HTML Renderer in C#: http://htmlrenderer.codeplex.com/ . You might want to check it out and see if you can translate it to C++. Otherwise try to locate some other rendered. Yes, I have heard that you can use Firefox's engine, and probably Google Chrome's as well.

The IE engine is used via the WebBrowser control, but I'm not sure if you can use that like regular windows because this is an ActiveX control. That means you would have to create an ActiveX container, and that requires quite a bit of interfaces. But then again, I could be wrong. What does Google say?
Topic archived. No new replies allowed.