Hi,
How do I embed a picture (gif for instance) in a dll using VB.NET so
that the picture can be used in a html page with the res protocol?
I have tried adding pictures (as Embedded resources) to my class
library and then accessing them from html with
<IMG SRC="res://ResLib.dll/GIF/ResLib.testpic. gif">
The name "ResLib.testpic .gif" comes from
System.Reflecti on.Assembly.Get ExecutingAssemb ly().GetManifes tResourceNames( )
Thanks in advance,
Dan
How do I embed a picture (gif for instance) in a dll using VB.NET so
that the picture can be used in a html page with the res protocol?
I have tried adding pictures (as Embedded resources) to my class
library and then accessing them from html with
<IMG SRC="res://ResLib.dll/GIF/ResLib.testpic. gif">
The name "ResLib.testpic .gif" comes from
System.Reflecti on.Assembly.Get ExecutingAssemb ly().GetManifes tResourceNames( )
Thanks in advance,
Dan
Comment