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

[299 byte] By [maxascent] at [2007-12-24]
# 1
interesting school project. technically, the easiest solution is socket wrapper classes (library) on msdn.

Kuphryn

kuphryn at 2007-8-31 > top of Msdn Tech,Visual C++,Visual C++ General...
# 2

Hi

This isnt a school project (I left there a long time ago). Do you have any example code?

Jon

maxascent at 2007-8-31 > top of Msdn Tech,Visual C++,Visual C++ General...
# 3
msdn has examples of winsock api and wrapper classes. post specific questions.

Kuphryn

kuphryn at 2007-8-31 > top of Msdn Tech,Visual C++,Visual C++ General...
# 4
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

pintu* at 2007-8-31 > top of Msdn Tech,Visual C++,Visual C++ General...