answersLogoWhite

0


Best Answer

Simple awnser: by coding it... good luck with creating a good working advanced webbrowser in vb.net :) i'd rather use C# or C++ :)

*****************

Irock Too's Edit:

>Insert 7 buttons, 2 textboxes, web browser, two OR three radio buttons.

>Rename all captions to:

Button1: <--- OR Back

Button2: ---> OR Forward

Button3: Stop

Button4: Refresh

Button5: Home

Button6: Go! OR --->

Button7: Search OR Search Web

Textbox1: http://www.google.com

Textbox2: Search

RadioButton1: Google

RadioButton2: Yahoo!

(opitional) RadioButton3: YouTube

>Code them with these codes:

Button6:

WebBrowser1.Navigate(TextBox1.Text)

Button1:

WebBrowser1.GoBack()

Button2:

WebBrowser1.GoForward()

Button3

WebBrowser1.Stop()

Button4

WebBrowser1.GoRefresh()

Button5

WebBrowser1.GoHome()

Button7

If RadioButton1.Checked Then

WebBrowser1.Navigate("http://www.google.co.in/search?hl=en&q=" & ComboBox2.Text & "&btnG=Google+Search&meta=")

End If

If RadioButton2.Checked Then

WebBrowser1.Navigate("http://search.yahoo.com/search?p=" & ComboBox2.Text & "&fr=yfp-t-501&toggle=1&cop=mss&ei=UTF-8&fp_ip=IN&vc=")

End If

If RadioButton3.Checked Then

WebBrowser1.Navigate("http://www.youtube.com/results?search_query=" & ComboBox2.Text & &"search_type=&aq=f")

End If

>Test it!!!

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make an advanced web browser in VB 2008?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When was Chromium - web browser - created?

Chromium - web browser - was created in 2008.


When was the Google Chrome web browser released?

The browser Google Chrome web browser released in year 2008. It was the beta version that was released in 2008.


What is web kit?

WebKit is a open source web browser engine. We have to provide a platform specific functionality to "WebKit" to make it as a browser.


How do you make a web browser in c?

With lots of work.


How can I stop Firefox from being the default browser?

In Firefox go to Tools &gt; Options &gt; Advanced &gt; General &gt; System Defaults and uncheck "Always check to see if Firefox is the default browser on startup To set firefox as web browser Tool &gt; Options &gt; Advance &gt; General &gt; and Check the radio button To set firefox as defult web browser . for more visit http://support.mozilla.com/en-US/kb/How+To+Make+Firefox+The+Default+Browser"


Is web looker a web browser?

No , weblooker is not a web browser :)


Is the opera web browser free to use?

Yes it is personally i have used it as my web browser


How can you disable but not uninstall Google Chrome?

If google chrome is your default web browser. Go into your other preferred web browser (IE, Safari, Firefox, etc.) and enter its settings menu. There should be an option to make it the default web browser.


Is Google Chrome a search engine or a web browser?

Chrome is a web browser.


When was Web - web browser - created?

Web - web browser - was created on 2003-09-11.


How do you make back buttons in Visual basic 2008?

If you are using it for a web browser like internet explorer, add a back button, then double click it and enter: webbrowser1.goback.


What is internet explorer with explanation?

Internet Explorer is a web browser that can be used to access internet. There are however more advanced browsers available than that.