How to make a web browser with tabbed browsing with vb 2008?
- by felixd68
I've tried multiple times to create a web browser with tabbed browsing. I know that I have to use "tab control".
I have succeeded in creating a semi-tabbed browsing. People are able to add new tabs, but the webbrowser component only appears in one tab page.
Coding:
Form1_Load:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As…