Functionality for tracking Settings/History

Add-in Express™ Support Service
That's what is more important than anything else

Functionality for tracking Settings/History
 
Brandon Lum




Posts: 4
Joined: 2013-07-05
Hi,

I am developing an add-on which requires to track changes in settings (or some way in which to query IE settings), and also when the history/cache/cookies are deleted/cleared.

Was wondering if anyone has insight on how one could go about getting this functionality up?

Thanks
Brandon
Posted 20 Jul, 2013 10:03:10 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Brandon,

Please try to use the ADXIEHelper class. It provides some methods that work with cached files and cookies. As to the IE history, you can use the 'IUrlHistoryStg' and 'IUrlHistoryStg2' interfaces:
http://msdn.microsoft.com/en-us/library/ms774953(v=vs.85).aspx
http://msdn.microsoft.com/en-us/library/ms774948(v=vs.85).aspx

http://www.codeguru.com/cpp/i-n/ieprogram/displayinginformation/article.php/c13353/TIP-IE-URL-History-Tool-Yet-Another.htm you can find an example (it is written in C++).
Posted 22 Jul, 2013 05:20:03 Top
Brandon Lum




Posts: 4
Joined: 2013-07-05
Thanks Sergey!
Posted 27 Jul, 2013 16:04:31 Top