Results 1 to 17 of 17

Thread: [RESOLVED] WebBrowser

Hybrid View

  1. #1
    Addicted Member Mal1t1a's Avatar
    Join Date
    Mar 2008
    Posts
    157

    Re: WebBrowser

    To keep track of the History, Just references this in the WebBrowser Document complete or Webbrowser Navigated Events:
    Code:
    WebBrowser1.Url.ToString
    As for the Textbox/Toolstrip resizing, you need to use Anchors.
    Click here for Anchors help

    For the bookmarks, just type this after deleting a bookmark:
    Code:
    toolbarname.Update()
    Whenever you do a search, just put this in:
    Code:
    ComboBoxName.Items.Add(ComboBoxName.Text)

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Sep 2009
    Posts
    25

    Re: WebBrowser

    Quote Originally Posted by Mal1t1a View Post
    For the bookmarks, just type this after deleting a bookmark:
    Code:
    toolbarname.Update()
    It atually has this code i forgot to enter it into the text in my first post

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width