Home All Groups Group Topic Archive Search About

Automatically interacting with a search engine...

Author
25 Apr 2006 1:31 PM
almurph@altavista.com
Hi,

    I'm trying to use VB.NET to query a search engine. That is, open up a
URL put a search term in the field and press the return button. In
other word interact with existing software URLs, widgets etc, etc...
    Does anyone know hoe to do this? What classes shoud I be using in
VB.NET?

    Any help/assistance/code-samples would be much appreciated.

Cheers,
Al.

Author
25 Apr 2006 2:10 PM
Curtis
It sounds like you want to display Html page that the search engine returns
back to the user so you will want to look webclient class
http://msdn2.microsoft.com/en-us/library/system.net.webclient.aspx. This
class will allow you to POST values to any URL and then you can display the
results back to the user.

Curtis



<almu***@altavista.com> wrote in message
Show quoteHide quote
news:1145971897.990981.165750@i39g2000cwa.googlegroups.com...
> Hi,
>
> I'm trying to use VB.NET to query a search engine. That is, open up a
> URL put a search term in the field and press the return button. In
> other word interact with existing software URLs, widgets etc, etc...
> Does anyone know hoe to do this? What classes shoud I be using in
> VB.NET?
>
> Any help/assistance/code-samples would be much appreciated.
>
> Cheers,
> Al.
>