View Full Version : 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. :yes
Haven't looked at project just yet but for your question what about..
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
http://search.aol.com/aol/search?s_it=topsearchbox.nrf&q=
hamseda04
05-25-2010, 01:00 PM
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
Hello,
Input properties / On Key
if e_Key == 13 then
Web.LoadURL("Web1", Input.GetText("Input1"));
end
Thank you juni it's beautiful, i'll certainly be using it.
Powered by vBulletin™ Version 4.0.6 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.