I need to embed an image in my acx dll and call it this way:

res://C:\WINDOWS\SYSTEM\mydll.DLL/img1.gif

I tried using resource script file to add an gif image but it seems that gif cannot be added to res files.

Similarly I need to store a rtf,html files inside my exe and call it the same way.


Any solutions?