How can I perform a search through my vb prog, even if it searches altaviista or something. I just need it to show the results in my program.
Printable View
How can I perform a search through my vb prog, even if it searches altaviista or something. I just need it to show the results in my program.
OK. Use my modWinInet.bas found in this thread:
http://forums.vb-world.net/showthrea...threadid=21241
Now goto the search pages that you want to search (eg http://www.yahoo.com) and look at the HTML source. Look for the form tag. The form action is the url and the fields are the input tags. You need to add those to the url like this:
http://wwww.search.com/search.cgi?txt=mysearchstring
Also, speak to Crypt...they're doing a rather nice lil program that does just that!
http://forums.vb-world.net/newreply....threadid=21163