G
Guest
I have an array of bytes that contains a bitmap file. I want to convert the
array into IO.Stream and load the image using
MyPictureBox.Image.FromStream(MyStream).
How can I do the conversion?
Thanks.
array into IO.Stream and load the image using
MyPictureBox.Image.FromStream(MyStream).
How can I do the conversion?
Thanks.