Visual Basic Help

Questions about programming languages and debugging
Post Reply
User avatar
GhostFileDDL
forum buddy
forum buddy
Posts: 11
Joined: 06 Apr 2007, 16:00
17

Visual Basic Help

Post by GhostFileDDL »

I'm completely new to VB except for the about 2~3 hours I've spent learning by tutorials.

All I need is (in Visual Basic)

If I were to say I if I clicked the command button, and in the textbar, there is the text **_* , and it has to search through google, and yahoo.

would I have to use the url :
http://www.google.com/search?hl=en&q=** ... gle+Search

???


Can someone give me a coding that would allow for me to click the command button and it'll look for the word that is in the textbar in 2+ sites?

Thank you =]

User avatar
CommonStray
Forum Assassin
Forum Assassin
Posts: 1215
Joined: 20 Aug 2005, 16:00
18

Post by CommonStray »

it would be something like that, but i think you would be able to do it more efficiently if you searched for google API and google third party development ;)

User avatar
floodhound2
∑lectronic counselor
∑lectronic counselor
Posts: 2117
Joined: 03 Sep 2006, 16:00
17
Location: 127.0.0.1
Contact:

Post by floodhound2 »

You need to use the inet object or the internet object on your form to get on the internet using VB. Regardless of the text box and command button. Yeah you could use the API but it is more complex for beginners. PM me and i will help you, but be specific please. :wink:
₣£ΘΘĐĦΘŮŇĐ

User avatar
GhostFileDDL
forum buddy
forum buddy
Posts: 11
Joined: 06 Apr 2007, 16:00
17

Post by GhostFileDDL »

I really didn't get that =]

I'll PM than =]

Thank You
~Ghost

Post Reply