|
-
Jul 3rd, 2000, 10:27 AM
#1
Thread Starter
Frenzied Member
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.
-
Jul 3rd, 2000, 11:13 AM
#2
Addicted Member
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
-
Jul 4th, 2000, 07:03 AM
#3
Also, speak to Crypt...they're doing a rather nice lil program that does just that!
http://forums.vb-world.net/newreply....threadid=21163
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|