Posted 12 February 2018, 7:58 pm EST
I have a png image in a byte array variable called sigFileImage.
Me.ImageBox.ImageData = New IO.MemoryStream(sigFileImage)
When I assign the stream of this byte array to the image control I get an error:
Unknown type of image:137
But it is not unknown because I can use this same stream elsewhere and the PNG shows fine.