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)