How do you make an advanced web browser in VB 2008
Answers:
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!!!
ad
Relevant answers:
The company that makes it are called Opera Software.
Not all web browsers do make money. Some are open source software maintained by members of the open source community. Others, such as Internet Explorer, are commercial programmes but are offered free...
yea you can make all kinds off cool stuff like that, the best way ito learn is to watch tutorials online at youtube.com or other sites. Here is a website that has a detailed tutorial on how to make a...
Search in Google for Software Making Program! Check the Features to make sure you can make Browsers with it! If you are Using Vista chances programs won't work!
Some people have varying and even contradictory opinions of what the most "advanced" web browser is. They think that because their browser has x feature it must be the best. The truth is that, with...
Can you answer these questions?
