|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Automatically interacting with a search engine...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. 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. >
Interesting Results In VB.Net
Shared dll paths Accessing Foxpro Database VB.NET reading CSV files (odbc or oledb) position in array using a string Any 'Windows Service' Experts? Why can't I capture the screen?? vb.net 2005 - how to populate a listbox Error Handling: load text file into TextBox i need Code Generator... Missing DataGrid |
|||||||||||||||||||||||