|
-
Apr 17th, 2010, 05:48 PM
#1
Addicted Member
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)
-
Apr 17th, 2010, 05:58 PM
#2
Thread Starter
Junior Member
Re: WebBrowser
 Originally Posted by Mal1t1a
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|