How do I clear internet explorer history with VB, as well as delete the temporary internet files? Is this an API question? If so, sorry for posting in the wrong forum.
Thanks in advance.
Printable View
How do I clear internet explorer history with VB, as well as delete the temporary internet files? Is this an API question? If so, sorry for posting in the wrong forum.
Thanks in advance.
The history files are located (by default) c:\windows\history, the Temporary internet files are located in c:\windows\temporary internet files. Delete these
Retrieve these values in registry
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\history
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\favourites
if you don't know how, just download my registry module on my homepage
Right on Kedaman, I've been praying for defaults. Thanks