Answer the question
In order to leave comments, you need to log in
Loading a webpage in Visual C++?
How to load the text of a web page in an MFC application written in the heart of Visual Studio 2010 in C ++?
Answer the question
In order to leave comments, you need to log in
Is the web page local (saved html on hard drive) or on the world wide web? If it is local, then we simply open the file and throw out all the tags and links, if it is on the Internet, then we write a simple http client (an example googles very quickly, for example, here ).
1. Download the page ( google: socket, http )
2. Display it ( google: QtWebView )
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question