Is it possible to load a picture from memory (byte[] or stream or Bitmap) without saving it to disk?
byte[]
stream
Bitmap
This is the code I use to tur
Have you tried this?
pictureBox.Image = bmp;