|
-
Feb 15th, 2011, 05:45 PM
#3
Lively Member
Re: The classic: Favorites on a web browser.
The web browser control is by default IE, and you'd have to load a whole new cache.
http://www.java2s.com/Code/VB/Window...Collection.htm
I'm pretty sure this is what you're looking for, this displays favorites from favorites folder.
I havent studied this code very hard, but under ListBox.IndexChanged (double click the list box) add
Dim i As Integer = ListBox1.SelectedIndex
WebBrowser1.Navigate(ListBox1.Items(i).ToString)
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
|