To keep track of the History, Just references this in the WebBrowser Document complete or Webbrowser Navigated Events:
As for the Textbox/Toolstrip resizing, you need to use Anchors.Code:WebBrowser1.Url.ToString
Click here for Anchors help
For the bookmarks, just type this after deleting a bookmark:
Whenever you do a search, just put this in:Code:toolbarname.Update()
Code:ComboBoxName.Items.Add(ComboBoxName.Text)




Reply With Quote