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
Printable View
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
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
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.