Cached image name for images in WebBrowser control

T

Timmay

I'm looking for a way in vb.net 2005 to find the filename of the cached
image for an image in the WebBrowser control. I can get the name of
the image (ie: timmay.gif) with
WebBrowser1.Document.DomDocument.images(i).nameprop but I want to get
the name of the cached image (ie: C:\Documents and
Settings\Timmay\Local Settings\Temporary Internet
Files\Content.IE5\KYLUPOI\timmay[1].gif so that I can display it in a
separate image control.

Timmay :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top