clearing forms passwords and index.dat in IE 6

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to programmatically clear the forms and passwords in internet explorer. I am well aware of how to do this (via the UI) in Internet Options and I've already accomplished programmatically clearing the cache and the cookies with the wininet API. Are there any API's that allow me to do this? I also notice that even though I clear my cache (via the UI OR programmatically) the index.dat files still hold all of my information. How do I delete or clear this file?

Thanks,

Chris
 
You maybe want to check the WinINET cache API. Not totally sure but I know you can do things like that with it.
 
Back
Top