Wanted: IE Example

  • Thread starter Thread starter Siegfried Heintze
  • Start date Start date
S

Siegfried Heintze

Can someone point me to an example of programmatically retrieving all the
favorites stored in IE?
 
Hi Siegfried,

The favorites are not stored in IE but in the personal folder as seperate
files

You can find the path to it with
System.Environment.GetFolderPath(Environment.SpecialFolder.Favorites)

I hope it brings you on the route?

Cor
 
Back
Top