put "&fmt=18" in the link of the video to watch in high quality part2 of how to make a bookmark for a webbrowser in visual basic click "more info" to show the code =for the Add_button If book1.ToolTipText = ("") Then book1.ToolTipText = (TextBox3.Text) book1.Text = (TextBox2.Text) book1.Visible = True Separator1.Visible = True My.Settings.book1 = book1.ToolTipText My.Settings.empty = book1.Text My.Settings.Save() ElseIf book2.ToolTipText = ("") Then book2.ToolTipText = (TextBox3.Text) book2 ...