Where are IE favourites in registry
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
If I am to add an IE favourite programmaticallly - is there an IE API? - where are the favourites stored in registry? thanks!
-
If I am to add an IE favourite programmaticallly - is there an IE API? - where are the favourites stored in registry? thanks!
Use
SHGetSpecialFolderPath(CSIDL_FAVORITES)
to get the dir that holds the favorites. Create a new one using the internet shortcut APIs.--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ