Results 1 to 3 of 3

Thread: Searching The Web In My Program

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800

    Red face

    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.

  2. #2
    Addicted Member
    Join Date
    Jan 1999
    Posts
    173
    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
    "To the glory of God!"


  3. #3
    Guest
    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
  •  



Click Here to Expand Forum to Full Width