Programmatically Terminate IE
1)Actually the real question is, "How do I programmatically delete all history of a web surfing session?" (i.e. cookies, temp files, urls, anything I missed in this list) under IE and/or Netscape, maybe even Opera.
2)If you don't know #1, perhaps you can start with, "How do I programmatically terminate IE?" I'd like to have a small executable, so I'm thinking of C++. Maybe one of you C/C++ Gurus can translate this into C++:
http://209.207.250.138/articles/objects/index3.html
Starts at http://209.207.250.138/articles/objects/
But IE would already be running and was not invoked by my application.
Or is the solution to FindWindowEx with text "Microsoft Internet Explorer" and terminate that? I would still need code.
3)What would I have to delete to remove all history of a web session? I can only think of cookies, temp files, and urls in the dropdown window; oh and autocompleted urls--unless that is covered under urls.
Thanks.