I made an activeX control to interact with the intranet to do some
drilling and updating using AsyncRead. In order for the control to read
the changes it has made, I have to set the IE property for Temporary
Internet Files to check for newer versions of the page "Every Visit to
the Page". Otherwise the control is just reading the cached data.
I need to either be able to set this property with my control (and
set it back afterwards), or be able to delete the cached file. The
problem with deleting the cached file is this:
IE generates directories inside the Temporary Internet Files folder
and places my file in one of those directories. If I look in the
Temporary Internet Files folder, it has no sub-folders - my file is in
this main folder. If I look at the main folder with Windows Explorer, I
see the sub-folders and my cached file appears in each one of them. If I
do a search, my cached file appears in only one of the sub-folders but
it has a different name (cut-down 8 digit DOS filename)
Any ideas what I can do?
Tom Severson
tom.se...@lawson.com