Z
Zeno Loco
Hi,
I need to create an HTML page on a WebBrowser and insert there an
image stored in the device.
In the OnLoad event I use the following code :
Dim img As String = "\My Documents\WiSoul\Image1.jpg"
WebBrowser1.DocumentText = "<HTML><BODY>" + _
"<IMG SRC='" + img + "'>" + _
"</BODY></HTML>"
but the image is not found.
Any idea?
Thank's
Marcello
I need to create an HTML page on a WebBrowser and insert there an
image stored in the device.
In the OnLoad event I use the following code :
Dim img As String = "\My Documents\WiSoul\Image1.jpg"
WebBrowser1.DocumentText = "<HTML><BODY>" + _
"<IMG SRC='" + img + "'>" + _
"</BODY></HTML>"
but the image is not found.
Any idea?
Thank's
Marcello