I wanted to know if there's any way to retrieve the actual "image" as such in a BHO.
I want to add functionality such as "Save to folder" or "send by email" for images through my BHO.
However, after quite a bit of searching, I don't seem to get the actual image "data" as such. I either need the image's file saved in IE's cache or some sort of binary blob which I should be able to save.
I tried the
RetrieveUrlCacheEntryFilefrom wininet.dll but either I'm not getting it right in managed code through the pinvoke thingy, or I'm using it wrong, but it's returning the file-not-found error code for each call.
Any suggesstions