Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2009
    Location
    Right here
    Posts
    30

    Post Multi web search

    Hi, heres an updated multi web search that can be incorperated into your project, code taken from some projects here on the forum credits to rexzooly, Jackdaniels,TristanD & melissa. has anyone got any ideas on how to store the search history in a dropdown box like google did i thnk it would top this one off.
    Attached Files

  2. #2
    Join Date
    Mar 2009
    Location
    -31.9554,115.85859
    Posts
    282
    Haven't looked at project just yet but for your question what about..

    Code:
    On Key
    
    if e_Key == 13 then
    ComboBox.InsertItem("Combobox1", 1, ComboBox.GetText("Combobox1"), "");
    end
    Also just noticed, but it could be due to my global location but when using AOL, the search failes.

    for me, the surl must be
    Code:
    http://search.aol.com/aol/search?s_it=topsearchbox.nrf&q=
    Last edited by boku; 08-11-2009 at 10:24 PM.

  3. #3
    Join Date
    Feb 2010
    Posts
    35

    need help in web search

    hello
    i,m connect from Iran.
    i,m need a project that can search a word by input in web
    excuse me i,m don,t speak English.
    sketch project:
    1.input 2. web 3.find 4.find next(word in input)
    and support Farsi

  4. #4
    Join Date
    Jun 2007
    Location
    London
    Posts
    700
    Hello,

    Input properties / On Key

    if e_Key == 13 then
    Web.LoadURL("Web1", Input.GetText("Input1"));
    end

  5. #5
    Join Date
    Jun 2007
    Location
    London
    Posts
    700
    Thank you juni it's beautiful, i'll certainly be using it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts