Ok so now you got all what i made from the first tut now all you do is just double click on
Search now and type
CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(TextBox1.Text)
Then click on home type
CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate("http://www.mpgh.net")
Then click on back
type
CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).GoBack()
Then click on forward type
CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).GoForward()
Then click on refresh and type
CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Refresh()
Then make a new form
Then double click on shorcut manager and type Form2.Show()
THen in there add buttons link labels and textboxes for started just make 2
2 TextBoxes
2 Buttons called "Add"
and 2 link labels first Click on the link labels and type
CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(LinkLabel1.Text) this is for linklabel1
CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(LinkLabel2.Text) this is for linklabel2
Then Click on the adds and type
TextBox1.Text = LinkLabel1.Text
TextBox2.Text = LinkLabel2.Text
Now your done you got everything reamber if you need help add me on msn
gcody25@hotmail.com