How to search in popular search engine sites through VB.NET

  • Thread starter Thread starter Mamatha
  • Start date Start date
M

Mamatha

Hi

I want to search a particular word or phrase in a popular
search engine sites like Google,Yahoo,Mamma,Alta vista and
so on.
For Google i know how to search because i have a google
key like that is there any possibility for other sites?
If any one knows how to search in those sites through
VB.NET code please let me know.
Thanks in advance


Mamatha
 
Mamatha said:
I want to search a particular word or phrase in a popular
search engine sites like Google,Yahoo,Mamma,Alta vista and
so on.
For Google i know how to search because i have a google
key like that is there any possibility for other sites?
If any one knows how to search in those sites through
VB.NET code please let me know.

See classes 'WebClient' and 'WebRequest'.
 
Back
Top