Selectively Removing IE History
-
giovedì 28 settembre 2006 22:34
Hi all.
Is there a way to effectively traverse the URL history and selectively delete entries (our pages) from it. We have a web based application that uses a client side ActiveX control, so we have full access to the Windows API.
Any help or direction would be greatly appreciated.
-BG
Tutte le risposte
-
giovedì 28 settembre 2006 23:01
-
venerdì 29 settembre 2006 15:52Looks promising. Thanks.
-
lunedì 2 ottobre 2006 18:52
I was able to put together a prototype that successfully calls the DeleteUrl method from IUrlHisotyrStg. After this is done I can confirm that the selected URL's are gone if I enumerate thru the history again.
So far so good, but...
If I pull up IE, the URLs are still listed in the history and they're also still in the Temporary Internet Files directory. So I'm really not sure what I've accomplished by doing the DeleteUrl method.
Any thoughts would be appreciated
-BG
-
lunedì 2 ottobre 2006 19:04
Ahh... Hmm...
PRB: DeleteUrl() Does Not Delete the Internet Explorer History Folder Entry
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q327569

