Page 1 of 1

Allowing own image format to show on explorer

Posted: Wed Nov 17, 2004 12:29 pm
by kawasaki
This ones going to be a pain in the back for me to figure out on my own, so help me!!! please


I have developed my own image format and dll's etc to access it (dll procedures just like 'Convert', 'ExtractPixelTable' etc etc) But how do i have it so that internet explorer or whatever will happily display the image without having to download it?


Thanks

Re: Allowing own image format to show on explorer

Posted: Wed Nov 17, 2004 1:13 pm
by traumatic
I think the only way to make the IE display your own image format
is to write a plugin (activex). (Apart from that, the server has to
know the mime type, but that shouldn't be your problem now).

Standard graphic formats for the web are gif, jpg and png.

Out of curiosity, what's your reason for that anyway?

Posted: Wed Nov 17, 2004 10:16 pm
by kawasaki
Just to create more of a use for the image format... It wont be very appealing just stuck on your hard drive, only being able to be viewed in the designed viewer.

Posted: Thu Nov 18, 2004 7:21 am
by carolight
I wanted to do this too, but it's too hard for me at the moment.

To point you in the direction I was heading, there's documentation in the Windows API help file, under Shell Extensions, and Icon Handlers.

Let me know when you've worked it out - :D

Posted: Thu Nov 18, 2004 4:35 pm
by kawasaki
Thanks, and will do!