CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2005
    Location
    New York
    Posts
    12

    Question Expert please answer

    I would like to understand if that is possible to make an application borrowing some search engine to search teh internet my own edit box and a button "Search". Is it possible, can you help me please.......

  2. #2
    Join Date
    Mar 2004
    Location
    33°11'18.10"N 96°45'20.28"W
    Posts
    1,808

    Re: Expert please answer

    google has a api's you can use.
    Last edited by MadHatter; July 12th, 2005 at 10:31 AM.

  3. #3
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Expert please answer

    Or without API, you could just add your search criteria to the the Google url and navigate to that url,

    something like this..
    Code:
    http://www.google.com/search?hl=en&q=Codeguru.com&meta=

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

Featured