J
JTE
Hi everybody,
I made a simple Wndows application in VS2005. A form with a button and
a picturebox.
picturebox.
Dim xx As New System.IO.MemoryStream(yy)
PictureBox1.Image = Image.FromStream(xx)
PictureBox1.SizeMode = PictureBoxSizeMode.CenterImage
Now i want to do the same in a webapplication, but i can't find a
picturebox, only a image object.
How can i put the incomming bytearray in a image?
Thanks,
Jurgen
I made a simple Wndows application in VS2005. A form with a button and
a picturebox.
place it in theFrom a public webservice i get a bytearray which i put in a stream and
picturebox.
Dim xx As New System.IO.MemoryStream(yy)
PictureBox1.Image = Image.FromStream(xx)
PictureBox1.SizeMode = PictureBoxSizeMode.CenterImage
Now i want to do the same in a webapplication, but i can't find a
picturebox, only a image object.
How can i put the incomming bytearray in a image?
Thanks,
Jurgen