views:

13

answers:

0

Hi!

I have several image filés embedded as resources in a DLL file! I want to create my own custom protocol handler to be able to write HTML code to access these resources.

For example, on a computer where this DLL is located i want to be able to (in IE) run HTML code like this:

< IMG SRC="customuri://res/image01.jpg"/ >

This should always point to my DLL, containing the image01.jpg as a embedded resource!

Does anyone have any information regarding my problem?

Regards

//nelshh