Internet App
Hi
I would like to create an internet application using Visual C++ that allows me to search web pages for certain info and then store it. I have no idea how to do this and am hoping someone either knows of a tutorial, example program or can point me to some info.
Thanks
Jon
i think you are looking for this
IHTMLDocument Interface This interface is used to retrieve information about a document, to examine
and modify the HTML elements and text within the document, and to process
related events. A document object represents the HTML document in a given
browser window.
and if you Simply want to Downloads bits from the Internet and saves them to a file you can use
URLDownloadToFile Function
for more detail have a look in MSDN
Thanx