If I wanted to load a BITMAP from the resources in an HTML then I would write this:
<IMG src="res://app.exe/#2/#150">
(#2 tells the WEBBROWSER ctrl that it is about a BITMAP and #150 is the ID number for the bitmap resource (View/Resource symbols...))
My question is: HOW DO I LOAD AN JPEG OR A GIF FROM MY RESOURCES???
Thanks anyway!
<IMG src="res://app.exe/#2/#150">
(#2 tells the WEBBROWSER ctrl that it is about a BITMAP and #150 is the ID number for the bitmap resource (View/Resource symbols...))
My question is: HOW DO I LOAD AN JPEG OR A GIF FROM MY RESOURCES???
Thanks anyway!