PDA

Click to See Complete Forum and Search --> : HOW CAN I MAKE A SEARCH ENGINE SUBMISSION PROGRAM


Dec 15th, 1999, 06:46 PM
i don't have a clue what visual basics is about , i need to know how can i make a search engine submission program.How do i do that?

------------------
Top Dawg makez the world go round

DiGiTaIErRoR
Dec 16th, 1999, 05:08 AM
look at the tutorial on how to enter a webpage in ur prog then use it make a textbox and get the URL instead of seach+topic use text1.text then replace the " " with "+"

------------------
DiGiTaIErRoR

venkatraman_r
Dec 16th, 1999, 11:37 AM
A more brief explanation;

Suppose you need to search yahoo, you can use this;

http://ink.yahoo.com/bin/query?p=&
text1.text&z=2&hc=0&hs=0

where text1.text will contain the query you need to search. You can use the shellexecute command to execute it thro a command button or something else.

Regards,

Venkat.