D
Dan
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.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceNames()
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.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceNames()
Thanks in advance,
Dan