A
Able
Dear friends
Im loading an image to the browser like this:
<IMG src=" & "C:\Default.gif" & ">"
The code expects the filename and adress as a string. But is it possible to
load the image from an ImageList? This causes error:
<IMG src=" & ImageList1.Images.Item(0) & ">"
Regards Able
Im loading an image to the browser like this:
<IMG src=" & "C:\Default.gif" & ">"
The code expects the filename and adress as a string. But is it possible to
load the image from an ImageList? This causes error:
<IMG src=" & ImageList1.Images.Item(0) & ">"
Regards Able