We have a rather bizarre issue here, and I was wondering if anyone had any ideas:
The Windows API exposes the call IExtractImage, which, among other things, can extract a bitmap from a URL link. It works quite nicely, except that it doesnt work in XP. The call is still there, but apparently doesnt supported extracting images from URLs in XP.
Now, XP does create thumbnails from html in Windows Explorer, so I know the functionality is there. The question is: where is it? Where did they hide it? Ive seen one product (html2jpg) that basically does this, but nobody seems to have noticed that this functionality is not available in XP. The reason that this is an issue is that if a server is updated from 2000 to XP, we would lose the ability to create thumbnails on the fly for clients.
Any help would be greatly appreciated
The Windows API exposes the call IExtractImage, which, among other things, can extract a bitmap from a URL link. It works quite nicely, except that it doesnt work in XP. The call is still there, but apparently doesnt supported extracting images from URLs in XP.
Now, XP does create thumbnails from html in Windows Explorer, so I know the functionality is there. The question is: where is it? Where did they hide it? Ive seen one product (html2jpg) that basically does this, but nobody seems to have noticed that this functionality is not available in XP. The reason that this is an issue is that if a server is updated from 2000 to XP, we would lose the ability to create thumbnails on the fly for clients.
Any help would be greatly appreciated