Home > Archive > VC Language > November 2005 > Simple Meta Search Engine
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Simple Meta Search Engine
|
|
| sb Luis 2005-11-28, 7:59 am |
| Hi,
I want a class whitch can get the result of famous search engines (yahoo,
altavista,...) and show them.
thanks in advance.
Luis.
| |
| William DePalo [MVP VC++ ] 2005-11-28, 7:07 pm |
| "sb Luis" <sb_luise@yahoo.com> wrote in message
news:ublnkbB9FHA.2176@TK2MSFTNGP14.phx.gbl...
> I want a class whitch can get the result of famous search engines (yahoo,
> altavista,...) and show them.
So, use a search engine to find links the the search engines' API sets.
http://www.hellasnet.gr/hellasnet/d...whitpape2.1.doc
http://developer.yahoo.net/
http://www.google.com/apis/
That done, you could search again for terms or functions you find in the API
to see if anyone has packaged them into a read to use class.
Regards,
Will
|
|
|
|
|