Hi,
Wondered if I get a bit of help with this.
I have a listview box on my form and that shows up my internet favourites using this code:
Public ReadOnly Property FavouritesFolder() As String
Get
Return Environment.GetFolderPath(Environment.SpecialFolder.Favorites)
End Get
End Property
But that only looks in the favorites folder. If the favorites folder has any sub folders with favourites inside of themit doesn't show them.
Any ideas how I can tell it look at sub folders as well?
I can upload the project if needs be.
Wondered if I get a bit of help with this.
I have a listview box on my form and that shows up my internet favourites using this code:
Quote:
Public ReadOnly Property FavouritesFolder() As String
Get
Return Environment.GetFolderPath(Environment.SpecialFolder.Favorites)
End Get
End Property
Any ideas how I can tell it look at sub folders as well?
I can upload the project if needs be.