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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top