• 0

Help with my VB internet Browser


Question

ive been messing around with an internet browser, im new to visual

basic and coding so everyday i try to add to my internet browser and

make it more advanced, right now all i have is a back button,

forward, home, address bar and a Go button..and i want to add tabs

like on internet explorer, is that possible? and also if im on a

website, say yahoo.com, and i click home, it brings me back to

google but in the address bar it still says yahoo..any advice on the

tabs or home button? im also using a toolstrip..

Link to comment
https://www.neowin.net/forum/topic/669690-help-with-my-vb-internet-browser/
Share on other sites

2 answers to this question

Recommended Posts

  • 0
ive been messing around with an internet browser, im new to visual

basic and coding so everyday i try to add to my internet browser and

make it more advanced, right now all i have is a back button,

forward, home, address bar and a Go button..and i want to add tabs

like on internet explorer, is that possible? and also if im on a

website, say yahoo.com, and i click home, it brings me back to

google but in the address bar it still says yahoo..any advice on the

tabs or home button? im also using a toolstrip..

I don't know if you found your answer but I can point out a few things. For tabbed browsing it depends on what your going for, their are many controls you can use to do so. The problem is there are not many free ones out their for you to do what I am sure you want.

As for the address issue depending on you I would recommend doing it on the event OnDocumentTitleChanged and say ComboBox1.Text = WebBrowser1.Url.

This should work, its a bit difficult when starting. But I hope this helps!

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.